Download the PHP package xsolve-pl/salesforce-client without Composer
On this page you can find all versions of the php package xsolve-pl/salesforce-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xsolve-pl/salesforce-client
More information about xsolve-pl/salesforce-client
Files in xsolve-pl/salesforce-client
Package salesforce-client
Short Description Salesforce REST client for PHP
License MIT
Homepage https://github.com/xsolve-pl/salesforce-client
Informations about the package salesforce-client
xsolve-pl/salesforce-client
Introduction
This library is for integration with Salesforce via REST API.
Licence
This library is under the MIT license. See the complete license in LICENSE file.
Getting started
Add the library to your project using Composer as follows:
We are using http://httplug.io/, so you can use any of existing adapters, for example:
Otherwise you need to create your own implementation.
To store access token we have implemented BlaBlaCarRedis token storage, but it needs blablacar/redis-client
Another option for token storage is RequestTokenStorage
(this will keep the token in own property (memory) so the token would last until the script is terminated (e.g. current request), which is not really effective). Of course you can create your own storage, everything what you need to do is to create a class which implements Xsolve\SalesforceClient\Storage\TokenStorageInterface
Documentation
Documentation is available in the doc directory. Read documentation
All versions of salesforce-client with dependencies
jms/serializer Version ~1.4
eloquent/enumeration Version ^5.1
php-http/httplug Version ^1.1
guzzlehttp/psr7 Version ^1.3