kura-lab/jose-php
Composer 安装命令:
composer require kura-lab/jose-php
包简介
Json Web Token (JWT) Library
关键字:
README 文档
README
Json Web Token (JWT) Library for PHP
Specification
Requirements
- PHP 5.3.3 or higher.
Install
At first, install composer.
$ mkdir workspace
$ cd workspace
$ curl -s http://getcomposer.org/installer | php
Create composer.json.
{
"require": {
"kura-lab/jose-php": "1.*"
}
}
Install jose library.
$ php composer.phar install
Development
Check coding style with CodeSniffer.
$ vendor/bin/phpcs --standard=PSR2 src/
Execute unit test with PHPUnit.
$ vendor/bin/phpunit
Fix source code with PHP Coding Standards Fixer.
$ vendor/bin/php-cs-fixer fix --config-file .php_cs --verbose --diff --dry-run
$ vendor/bin/php-cs-fixer fix --config-file .php_cs --verbose --diff
统计信息
- 总下载量: 2.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-09