micro-module/jwt
最新稳定版本:v0.6.0
Composer 安装命令:
composer require micro-module/jwt
包简介
Micro module jwt common library
README 文档
README
What's inside?
Up new environment:
make install
See all make commands
make help
Full test circle
make test
Execute tests:
tests-unit
tests-integration
Static code analysis:
make style
Code style fixer:
make coding-standards-fixer
Code style checker (PHP CS Fixer and PHP_CodeSniffer):
make coding-standards
Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser:
make psalm
PHPStan focuses on finding errors in your code without actually running it.
make phpstan
Generate ssl keys
For generate ssl keys use symfony secret (app.secret) for pasphrase, from config/parameters.yaml file
$ mkdir -p var/jwt
$ openssl genrsa -out var/jwt/private.pem -aes256 4096
$ openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2020-07-04