function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David Baumann 31David Baumann 31 

Force.com Toolkit for PHP | Which API Version is used?

Hi, 

First things first, I am more of an admin than a developer so please be gracious to me. 

We plan to deepen the integration between salesforce and our self-developed software in the future. At the moment we are using the Force.com Toolkit for PHP as offered on github (https://github.com/developerforce/Force.com-Toolkit-for-PHP). To me, the package seems to be quite old and I'am wondering whether we have the ability to use the latest SOAP API version (v44.0) with the toolkit. I tried to figure out which API version is used by the toolkit but my search was not really successfull. It would be great to get some insights from you!

I completed the SOAP Trailhead module and know that one can send a login() request to the current API via "https://test.salesforce.com/services/Soap/c/44.0" but how is this handled with the toolkit?

Regards,
David