metasyntactical/php-soap-client-options
Composer 安装命令:
composer require metasyntactical/php-soap-client-options
包简介
Allows for handling PHP Soap Client options in a way that validity and type safety are assured.
README 文档
README
Allows for handling PHP Soap Client options in a way that validity and type safety are assured.
Usage
Minimal example
$location = new \MetaSyntactical\SoapClientOptions\Params\Location('https://soap-endpoint.example.com');
$options = new \MetaSyntactical\SoapClientOptions\Options($location);
new \SoapClient($wsdl, $options->getOptionsArray();
统计信息
- 总下载量: 739
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-13