ninedigit/nws4-php
最新稳定版本:0.0.4
Composer 安装命令:
composer require ninedigit/nws4-php
包简介
NWS4 HMAC Authentication
README 文档
README
Install Composer
curl -sS https://getcomposer.org/installer | php
Install project dependencies
php composer.phar install
Note: Call
php composer.phar dumpautoloadwhen new class is created.
Run tests
$ ./vendor/bin/phpunit --verbose tests.
or specific test method can be run using --filteroption e.g. ./vendor/bin/phpunit --verbose tests --filter testFromHttpRequestCreatesCorrectRequest.
Run compatibility checks
$ ./vendor/bin/phpcs --standard=PHPCompatibility --extensions=php --runtime-set testVersion 7.4- ./src
Run examples
$ cd examples
$ php index.php
Usage
See https://getcomposer.org/doc/05-repositories.md#using-private-repositories how to reference this library in your project.
统计信息
- 总下载量: 9.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-06