Skip to content

Use the Salesforce API from your Symfony2 project

License

Notifications You must be signed in to change notification settings

php-arsenal/salesforce-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salesforce-bundle

Release CI Packagist

Introduction

Symfony bundle for the Salesforce SOAP client.

Installation

composer require php-arsenal/salesforce-bundle

add to your config yml:

salesforce:
   wsdl: '%kernel.root_dir%/Resources/wsdl/%env(SALESFORCE_WSDL)%'
   username: '%env(SALESFORCE_USERNAME)%'
   password: '%env(SALESFORCE_PASSWORD)%'
   token: ~

add env vars yo your config and fill in the values

SALESFORCE_USERNAME=
SALESFORCE_PASSWORD=
# Your .wsdl file path
SALESFORCE_WSDL=

About

Use the Salesforce API from your Symfony2 project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%