swisspost-yellowcube / yellowcube-php
连接到基于SOAP的YellowCube解决方案。
2.1.0
2019-04-23 14:18 UTC
Requires
- php: >=5.3
- ext-soap: *
- beberlei/assert: ~2.0
- course-hero/wse-php: ~2.0
- psr/log: ~1.0
Requires (Dev)
- mikey179/vfsstream: ~1.4
- phpspec/phpspec: ~3.0
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2024-09-08 02:32:32 UTC
README
连接到基于SOAP的YellowCube解决方案。
集成
- Drupal模块drupal-yellowcube
- Magento扩展magento-yellowcube
需求
- PHP >= 5.6(兼容并测试了PHP 7.0、7.1、7.2和7.3)
- PHP SOAP扩展
手动安装
使用composer
composer require swisspost-yellowcube/yellowcube-php
开发
git clone https://github.com/swisspost-yellowcube/yellowcube-php.git
- 安装依赖项
composer install
- 运行测试
vendor/phpspec/phpspec/bin/phpspec run
- 检查编码标准合规性
bin/phpcs --standard=PSR1,PSR2 --extensions=php ./src ./spec
本项目使用semver进行版本控制和PSR-1和PSR-2编码标准。
文档
完整的文档可以在这里找到。
许可证
YellowCube PHP库采用MIT或GPL版本2(或更高)的双许可。