phpforce / soap-client

A PHP client for the Salesforce SOAP API
MIT License
81 stars 75 forks source link

Metadata or Tooling compatibility? #35

Open daemionfox opened 5 years ago

daemionfox commented 5 years ago

This might be an easy question, but I've not been able to find a definitive answer in the code (yet)

Does this support the Metadata or Tooling API's as well as the Enterprise? We need some functionality available in Metadata/Tooling's SOAP that isn't available for Enterprise (updating picklists through the API)

Thanks,

-DF

fuzzfree commented 5 years ago

Fetching metadata is supported, working with it to import all ~sobjects into mysql. I am not aware about tooling, but you can easily setup this library with composer, just create an empty php project, include lib/vendor and try to update the picklists in a sandbox org.