Download the PHP package kappafix/php-salesforce without Composer
On this page you can find all versions of the php package kappafix/php-salesforce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kappafix/php-salesforce
More information about kappafix/php-salesforce
Files in kappafix/php-salesforce
Download kappafix/php-salesforce
More information about kappafix/php-salesforce
Files in kappafix/php-salesforce
Vendor kappafix
Package php-salesforce
Short Description PHP Salesforce REST API wrapper
License MIT
Package php-salesforce
Short Description PHP Salesforce REST API wrapper
License MIT
Please rate this library. Is it a good library?
Informations about the package php-salesforce
PHP Salesforce REST API wrapper
Forked from:
Install
Via composer
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
Authentication
Query
Create
Update
Upsert
Delete
Get
Describe
Custom endpoint
Changelog:
16.03.2021
- made easier to use, especially if you use it in multiple area of your code
- added a SalesforceWrapper on SalesforceFunctions
- added a SfCaller for the syntax $salesforce->Object->method($arguments)
09.06.2021
- Bug Fixing
All versions of php-salesforce with dependencies
PHP Build Version
Package Version
The package kappafix/php-salesforce contains the following files
Loading the files please wait ....