I'm trying to utilise Salesforce connected app to push data from my application to Salesforce CRM.
Backend from where i plan to push data is PHP based.
From Salesforce developer website only resources available for PHP to star with are SOAP client which seems to be pretty outdated PHP Toolkit and REST example using CURL and OAuth REST OAuth PHP
Does anyone know if there is any official PHP Client library to operate with Salesforce Accounts/Contacts/Events etc, or i will end up writing my own REST wrapper.
Thanks!
You can give a shot to https://github.com/goetas-webservices/salesforce-enterprise-client
It is a pure PHP SOAP client with IDE type hinting support and PSR-7 compatible.