lesjoursfr/hapiclient-php
Composer 安装命令:
composer require lesjoursfr/hapiclient-php
包简介
An HTTP Client using HAL as the format for resources.
README 文档
README
An HTTP Client implementing the HAL specification. This project is a fork of the original Slimpay PHP HAPI client project rewrited to fix an issue with Guzzle 7.
Installation
composer install lesjoursfr/hapiclient-php
Documentation
The documentation is available here
Development only
To install the Symphony PHP CS you have to run the following commands (assuming you have downloaded composer.phar) :
php composer.phar install
vendor/bin/phpcs --config-set installed_paths vendor/escapestudios/symfony2-coding-standard
Then you can check the code style with the following command
vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./phpcs.xml --no-cache --parallel=1 ./src ./tests
To generate the documentation you have to run (assuming you have downloaded phpDocumentor.phar) :
php phpDocumentor.phar run -d src/ -t docs
统计信息
- 总下载量: 12.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-07