php-arsenal / salesforce-bundle
Symfony bundle for the Salesforce SOAP client.
Installs: 9 823
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 22
Type:symfony-bundle
Requires
- php: >=8.0
- ext-curl: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^7.3
- php-arsenal/salesforce-soap-client: ^2.0
- symfony/config: ^5.2
- symfony/console: ^5.2
- symfony/dependency-injection: ^5.2
- symfony/http-kernel: ^5.2
Requires (Dev)
- phpunit/php-code-coverage: ^9.2
- phpunit/phpunit: ^9.5
README
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=