menumbing / oauth2-resource-server
OAuth2 Resource Server component for Hyperf
dev-master / 1.x-dev
2025-09-08 10:47 UTC
Requires
- php: >=8.1
- hyperf/di: ^3.1
- league/oauth2-server: ^9.2
- menumbing/auth: ^1.0
- menumbing/exception: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- menumbing/http-client: ^1.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: >=7.0
- swoole/ide-helper: ^4.5
Suggests
- hyperf/database: Required to enable user provider for authenticating users via Database Connection
- menumbing/http-client: Required to enable user provider for authenticating users via OAuth Server API
- swow/swow: Required to create swow components.
This package is auto-updated.
Last update: 2025-09-08 10:47:48 UTC
README
menumbing/oauth2-resource-server
is a Hyperf component that wraps
the PHP League OAuth2 Server for Resource Server
implementation and configuration.
This package simplifies the process of validating access tokens and protecting API endpoints using the OAuth2 Resource Server specification.