JSON Web Token Authentication for Laravel 4 and 5
composer require "tymon/jwt-auth:0.5.12"
| 包名 | 版本要求 |
|---|---|
| illuminate/http | ~5.0 |
| illuminate/support | ~5.0 |
| namshi/jose | ^5.0 || ^7.0 |
| nesbot/carbon | ~1.0 |
| php | >=5.4.0 |
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | ~5.0 |
| illuminate/console | ~5.0 |
| illuminate/database | ~5.0 |
| mockery/mockery | 0.9.* |
| phpunit/phpunit | 4.* |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2017-06-07 21:32:02 |
| 类型 | library |