JSON Web Token Authentication for Laravel and Lumen
composer require "tymon/jwt-auth:1.0.0-beta.1"
| 包名 | 版本要求 |
|---|---|
| illuminate/auth | 5.1.* || 5.2.* || 5.3.* |
| illuminate/contracts | 5.1.* || 5.2.* || 5.3.* |
| illuminate/http | 5.1.* || 5.2.* || 5.3.* |
| illuminate/support | 5.1.* || 5.2.* || 5.3.* |
| namshi/jose | ^7.0 |
| nesbot/carbon | ^1.0 |
| php | ^5.5.9 || ^7.0 |
| 包名 | 版本要求 |
|---|---|
| cartalyst/sentinel | 2.0.* |
| illuminate/console | 5.1.* || 5.2.* || 5.3.* |
| illuminate/database | 5.1.* || 5.2.* || 5.3.* |
| illuminate/routing | 5.1.* || 5.2.* || 5.3.* |
| mockery/mockery | 0.9.* |
| october/rain | dev-develop |
| phpunit/phpunit | ^4.0 || ^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2016-11-20 20:25:00 |
| 类型 | library |