Download the PHP package paravibe/salesforce-wrapper without Composer
On this page you can find all versions of the php package paravibe/salesforce-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paravibe/salesforce-wrapper
More information about paravibe/salesforce-wrapper
Files in paravibe/salesforce-wrapper
Download paravibe/salesforce-wrapper
More information about paravibe/salesforce-wrapper
Files in paravibe/salesforce-wrapper
Vendor paravibe
Package salesforce-wrapper
Short Description Salesforce API wrapper for PHP
License MIT
Package salesforce-wrapper
Short Description Salesforce API wrapper for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package salesforce-wrapper
Salesforce REST API PHP wrapper
Installation
composer require paravibe/salesforce-wrapper
How to use
Initialize client
$client = new \Salesforce\Client($accessToken, $instanceUrl, $api);
Where $accessToken
is a token retrived during authorization procedure - https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm
$instanceUrl
is a string that was returned during authorization procedure
$api
is an API version to use. E.g. v46.0
Then you can use any method Salesforce supports by passing it into createRequest
:
GET/DELETE methods
POST/PATCH methods
All versions of salesforce-wrapper with dependencies
PHP Build Version
Package Version
The package paravibe/salesforce-wrapper contains the following files
Loading the files please wait ....