2017 © Pedro Peláez
 

symfony-bundle salesforce-bundle

Allows you to easily access salesforce objects

image

elcweb/salesforce-bundle

Allows you to easily access salesforce objects

  • Wednesday, December 16, 2015
  • by estheban
  • Repository
  • 1 Watchers
  • 0 Stars
  • 509 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SalesforceBundle

Latest Stable Version Total Downloads, (*1)

Installation

Step 1: Download using composer

``` js { "require": { "elcweb/salesforce-bundle": "dev-master" } }, (*2)


Now tell composer to download the bundle by running the command: ``` bash $ php composer.phar update elcweb/salesforce-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new Elcweb\SalesforceBundle\ElcwebSalesforceBundle(), ); }, (*5)


Configuration reference -----------------------

elcweb_salesforce: wsdl: %salesforce_soap_wsdl% username: %salesforce_soap_username% password: %salesforce_soap_password% token: %salesforce_soap_token% ttl: 14400 # ttl in secondes, (*6)

Or if you use the KeyValueStoreBundle

elcweb_salesforce: keyvaluestore: true ttl: 14400 # ttl in secondes ```, (*7)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*8)

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*9)

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps., (*10)

The Versions

16/12 2015

dev-master

9999999-dev

Allows you to easily access salesforce objects

  Sources   Download

MIT

The Requires