Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 958 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 958 Bytes

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=