Laravel Passport provides OAuth2 server support to Laravel.
composer require "laravel/passport:7.2.0"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| firebase/php-jwt | ~3.0|~4.0|~5.0 |
| guzzlehttp/guzzle | ~6.0 |
| illuminate/auth | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/console | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/container | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/contracts | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/database | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/encryption | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/http | ~5.6.0|~5.7.0|~5.8.0 |
| illuminate/support | ~5.6.0|~5.7.0|~5.8.0 |
| league/oauth2-server | ^7.0 |
| php | >=7.1 |
| phpseclib/phpseclib | ^2.0 |
| symfony/psr-http-message-bridge | ~1.0 |
| zendframework/zend-diactoros | ~1.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ~1.0 |
| phpunit/phpunit | ~7.4 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2019-02-14 16:29:26 |
| 类型 | library |