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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

Authors

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


All versions of salesforce with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
ext-soap Version *
nesbot/carbon Version ^2.17
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package doitcloudconsulting/salesforce contains the following files

Loading the files please wait ....