php-arsenal/salesforce-bundle
最新稳定版本:4.2.3
Composer 安装命令:
composer require php-arsenal/salesforce-bundle
包简介
Symfony bundle for the Salesforce SOAP client.
关键字:
README 文档
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=
统计信息
- 总下载量: 13.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-09