定制 micro-module/jwt 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2020-07-04