php-arsenal/salesforce-bundle

Symfony bundle for the Salesforce SOAP client.

Installs: 8 831

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 22

Type:symfony-bundle

4.0.10 2021-09-03 11:46 UTC

README

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=