Laravel Passport provides OAuth2 server support to Laravel.
composer require "laravel/passport:8.4.2"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| firebase/php-jwt | ^3.0|^4.0|^5.0 |
| guzzlehttp/guzzle | ^6.0 |
| illuminate/auth | ^6.0|^7.0 |
| illuminate/console | ^6.0|^7.0 |
| illuminate/container | ^6.0|^7.0 |
| illuminate/contracts | ^6.0|^7.0 |
| illuminate/cookie | ^6.0|^7.0 |
| illuminate/database | ^6.0|^7.0 |
| illuminate/encryption | ^6.0|^7.0 |
| illuminate/http | ^6.0|^7.0 |
| illuminate/support | ^6.0|^7.0 |
| laminas/laminas-diactoros | ^2.2 |
| league/oauth2-server | ^8.0 |
| nyholm/psr7 | ^1.0 |
| php | ^7.2 |
| phpseclib/phpseclib | ^2.0 |
| symfony/psr-http-message-bridge | ^2.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| orchestra/testbench | ^4.4|^5.0 |
| phpunit/phpunit | ^8.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2020-03-24 16:31:27 |
| 类型 | library |