Download the PHP package jerkob/php-salesforce-rest-api without Composer
On this page you can find all versions of the php package jerkob/php-salesforce-rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jerkob/php-salesforce-rest-api
More information about jerkob/php-salesforce-rest-api
Files in jerkob/php-salesforce-rest-api
Download jerkob/php-salesforce-rest-api
More information about jerkob/php-salesforce-rest-api
Files in jerkob/php-salesforce-rest-api
Vendor jerkob
Package php-salesforce-rest-api
Short Description Salesforce REST API PHP library
License MIT
Package php-salesforce-rest-api
Short Description Salesforce REST API PHP library
License MIT
Please rate this library. Is it a good library?
Informations about the package php-salesforce-rest-api
Php Salesforce Rest Api
Originally forked from: https://github.com/Cleeng/php-salesforce-rest-api which was forked from: https://github.com/bjsmasth/php-salesforce-rest-api
Changelog
Guzzle 7 and PHP >=7.2 are required starting with version 0.7.
Versions 0.6 and below require Guzzle 6 and PHP >=5.6.
Install
Via Composer
Getting Started
Setting up a Connected App
- Log into to 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
Authentication
Query
Create
Update
Upsert
Delete
Describe
All versions of php-salesforce-rest-api with dependencies
PHP Build Version
Package Version
The package jerkob/php-salesforce-rest-api contains the following files
Loading the files please wait ....