swisspost-yellowcube/yellowcube-php

连接到基于SOAP的YellowCube解决方案。

2.1.0 2019-04-23 14:18 UTC

README

连接到基于SOAP的YellowCube解决方案构建状态

集成

需求

  • PHP >= 5.6(兼容并测试了PHP 7.0、7.1、7.2和7.3)
  • PHP SOAP扩展

手动安装

使用composer

composer require swisspost-yellowcube/yellowcube-php

开发

  1. git clone https://github.com/swisspost-yellowcube/yellowcube-php.git
  2. 安装依赖项 composer install
  3. 运行测试 vendor/phpspec/phpspec/bin/phpspec run
  4. 检查编码标准合规性 bin/phpcs --standard=PSR1,PSR2 --extensions=php ./src ./spec

本项目使用semver进行版本控制和PSR-1PSR-2编码标准。

文档

完整的文档可以在这里找到。

许可证

YellowCube PHP库采用MIT或GPL版本2(或更高)的双许可。