Symfony bundle for the Salesforce SOAP client.
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=