PHP Toolkit 13.1
(Redirected from PHP Toolkit 13.0)
PHP Toolkit 13.1
The PHP toolkit provides an easy way to make Force.com Web service API method calls from within PHP.
What's New
As an existing user of the toolkit, you will be delighted to know that it’s been updated for the latest API. The latest toolkit supports the Web Services API v13.0.
It introduces or improves the following:
- InvalidateSessions
- Logout
- Query (requires PHP 5.3 for API Relationships)
- QueryMore (requires PHP 5.3 for API Relationships)
Patch
- PHP Toolkit 13.1 Upsert Patch - 07/14/2010
- Fixes broken SforceEnterpriseClient->upsert() implementation.
Download
- PHP toolkit 13.1 - 09/18/2009
- Fixed problems with deprecated functions on PHP 5.3
(this is actually marked as version 11.0 and for PHP 5.1.2 in the code)
- PHP toolkit 13.0 - 09/19/2008
- Initial release of PHP Toolkit 13.0.
(this is also marked as version 11.0 and for PHP 5.1.2 in the code)
Requirements
- PHP 5.2 (PHP 5.3 required for API relationships)
- SOAP Enabled
- SSL Enabled
Documentation
Samples
Review these samples to learn how to make core API and Metadata API calls using the toolkit.
Tips
Printing the response from Web services API call
Dealing with SimpleXMLElements
Known Issues
- Broken SforceEnterpriseClient->upsert() implementation.
- Enterprise Client - update() method. For $sobject->fieldsToNull parameter only a string value for a single field is allowed. No way to submit an array of fields to null within a single api call (as of 11/8/2010).
