Laravel Passport provides OAuth2 server support to Laravel.
composer require "laravel/passport:10.2.2"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| firebase/php-jwt | ^5.0 |
| illuminate/auth | ^8.2 |
| illuminate/console | ^8.2 |
| illuminate/container | ^8.2 |
| illuminate/contracts | ^8.2 |
| illuminate/cookie | ^8.2 |
| illuminate/database | ^8.2 |
| illuminate/encryption | ^8.2 |
| illuminate/http | ^8.2 |
| illuminate/support | ^8.2 |
| lcobucci/jwt | ^3.4|^4.0 |
| league/oauth2-server | ^8.2 |
| nyholm/psr7 | ^1.3 |
| php | ^7.3|^8.0 |
| phpseclib/phpseclib | ^2.0|^3.0 |
| symfony/psr-http-message-bridge | ^2.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| orchestra/testbench | ^6.0 |
| phpunit/phpunit | ^9.3 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2021-12-07 16:57:03 |
| 类型 | library |