碘元素 / php-rest-library
此包已被弃用且不再维护。未建议替代包。
此包的最新版本(0.2.1)没有可用的许可信息。
遵循iAdvize API REST规范的框架无关库
0.2.1
2018-02-12 09:00 UTC
Requires
- php: ^7.0
- symfony/http-foundation: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is not auto-updated.
Last update: 2018-02-12 09:17:21 UTC
README
用于强制执行iAdvize RFC的REST API库
安装
此库可在packagist上找到:https://packagist.org.cn/packages/iadvize/php-rest-library
使用Composer
composer require iadvize/php-rest-library
手动
git clone git@github.com:iadvize/php-rest-library.git
描述 & 使用
此库是框架无关的。它提供辅助工具以帮助实现iadvize REST API规范。目前仅提供响应存储类。
测试
在没有代码覆盖率报告生成的情况下启动单元测试
./vendor/bin/phpunit --configuration=tests/phpunit.xml --no-coverage
在HTML代码覆盖率报告的情况下启动单元测试。它将在tests/coverage中生成
./vendor/bin/phpunit --configuration=tests/phpunit.xml