devhelp / salesforce-rest-api-client
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 3 862
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: >=5.5
- guzzlehttp/guzzle: 6.*
- symfony/options-resolver: 3.*
Requires (Dev)
- phpmd/phpmd: 2.2.*
- phpunit/phpunit: >=4.5.0
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 2.3.*
This package is not auto-updated.
Last update: 2019-01-28 15:04:26 UTC
README
Salesforce Rest Api Client allows you to use Salesforce Rest API. This component is based on documentation available here
THe main goals:
- Authorization
- Web Server OAuth Authentication
- Username-Password OAuth Authentication
- Working with Searches and Queries
- Execute a SOQL Query
- Execute a SOQL Query that Includes Deleted Items
- Get Feedback on Query Performance
- Search for a String
- Get the Default Search Scope and Order
- Handling API error
- Supports [PSR-7] (http://www.php-fig.org/psr/psr-7/)
Documentation
Documentation is available on link:
License
This component is released under the MIT license. See the complete license in the file:
Credits
Brought to you by : Devhelp.pl (http://devhelp.pl)