Download the PHP package doitcloudconsulting/salesforce without Composer
On this page you can find all versions of the php package doitcloudconsulting/salesforce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download doitcloudconsulting/salesforce
More information about doitcloudconsulting/salesforce
Files in doitcloudconsulting/salesforce
Package salesforce
Short Description Salesforce ToolKit for Laravel maked by DoIT Cloud Consulting
License LGPL-2.0-only
Informations about the package salesforce
Toolkit force
Salesforce ToolKit for Laravel maked by DoIT Cloud Consulting
Getting Started
Thank you so much for the interest on the package, is very interesting to us keep a community open source to Salesforce integrations. The work on the package is sponsored by DoIT Cloud Consulting and to company is importatn get your feedback, please contact us throught the official page to duds or questions.
Prerequisites
In this tutorial we take for granted that you have installed PHP and composer. Create a laravel project, run the next commands:
Installing
After you have a laravel project you will need run the command to install our package:
Wait a moment and you see on the composer.json a new element:
Now is necessary add the service providers, go to config/app.php and add the next line in the providers array:
To init session is neccesary add some parameters and a file wsdl, set the credentials on the config file app/SalesforceConfig.php . You will must run the next command to see the file on the config folder.
Set the credentials
Now export the demo file to connect through a wsdl. It will show a file wsdl into config/partner.wsdl.xml, just you need replace it. Run the next command:
Go to Settings >[find box write] API > Download Partner / Enterprise then you will download a file xml that must be replaced inside of config/partner.wsdl.xml
Depending of connection type selected, in config/SalesforceConfig.php you must set what type connection you want use.
Running some examples:
Insert
Update
Delete
Undelete
Upsert
Query
Search / SOSL
Convert Lead
Describe Global (sObject of objects custom and standard with properties).
Describe layout
Describe SObject
Get me all updated
Get me all Deleted
Built With
- Carbon - A simple PHP API extension for DateTime.
- Sublime Text - A sophisticated text editor for code, markup and prose
- PHP Toolkit Salesforce - The Force.com PHP Toolkit provides an easy-to-use wrapper for the Force.com
- PHP - PHP is a popular general-purpose scripting language that is especially suited to web development.
- SOAP Project - Web Service
Authors
- Hugo Hernández - Initial work - Linkedin
See also the list of contributors who participated in this project.
License
This project is licensed under the LGPL-2.0-only License - see the LICENSE.md file for details