Download the PHP package ehaerer/php-salesforce-rest-api without Composer
On this page you can find all versions of the php package ehaerer/php-salesforce-rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ehaerer/php-salesforce-rest-api
More information about ehaerer/php-salesforce-rest-api
Files in ehaerer/php-salesforce-rest-api
Download ehaerer/php-salesforce-rest-api
More information about ehaerer/php-salesforce-rest-api
Files in ehaerer/php-salesforce-rest-api
Vendor ehaerer
Package php-salesforce-rest-api
Short Description PHP Salesforce REST API wrapper
License MIT
Package php-salesforce-rest-api
Short Description PHP Salesforce REST API wrapper
License MIT
Please rate this library. Is it a good library?
Informations about the package php-salesforce-rest-api
PHP Salesforce REST API wrapper
Forked from:
Similar packages
- SOQL with Doctrine DBAL: https://github.com/codelicia/trineforce
- Interacting with Salesforce objects: https://github.com/roblesterjr04/EloquentSalesForce
Install
Getting Started
Setting up a Connected App
- Log into your Salesforce org
- Click on Setup in the upper right-hand menu
- Under Build click
- Scroll to the bottom and click under Connected Apps.
- Enter the following details for the remote application:
- Connected App Name
- API Name
- Contact Email
- Enable OAuth Settings under the API dropdown
- Callback URL
- Select access scope (If you need a refresh token, specify it here)
- Click Save
After saving, you will now be given a consumer key and consumer secret. Update your config file with values for and
Setup
Example
See a full example which could be tested with ddev local in /example folder folder.
Authentication
Query
Create
Update
Upsert
Delete
Describe
Custom endpoint
Changelog:
29.03.2022
- updated Guzzle dependency to ^7.4
- added full example in /example folder with ddev local configuration
- added option to add additional headers like on https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers.htm
- updated documentation
06.05.2021
- [breaking] switched version parameter in constructor to the end
01.03.2021
- added method to use custom endpoints
08.09.2020
- added describe method
18.01.2020
- switched to PHP >7.0
- renamed class from CRUD to SalesforceFunctions
- added dependency to ext-json in composer package
All versions of php-salesforce-rest-api with dependencies
PHP Build Version
Package Version
The package ehaerer/php-salesforce-rest-api contains the following files
Loading the files please wait ....