PHP Toolkit 13.1


PHP Toolkit 13.1

NOTE: THE IMPLEMENTATION OF "UPSERT" IN SforceEnterpriseClient IS BROKEN. IT ALWAYS TRIES TO UPSERT A CONTACT OBJECT AND IGNORES ANY TYPE THAT YOU TRY TO SPECIFY. THIS IS A REALLY QUICK AND EASY FIX, BUT I DON'T KNOW WHERE TO SUBMIT A BUG REPORT OR A PATCH

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)

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)

(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

Printing Raw XML

Dealing with SimpleXMLElements

Turning off WSDL cache

Sandbox WSDL


Known Issues

Older Versions

Image:Icon toolkit sm.gif PHP Toolkit 11.0

Image:Icon toolkit sm.gif PHP Tookit 1.1

Image:Icon toolkit sm.gif PHP Toolkit 1.0.x