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