salvacmp / openid-server
OpenID Connect server for PHP
v0.2.4
2022-04-27 16:00 UTC
Requires
- league/oauth2-server: ^8.2
- nyholm/psr7: ^1.3
Requires (Dev)
- laminas/laminas-diactoros: ^2.1.2
- phpunit/phpunit: ^8.5
- dev-master
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-feature/fix-for-jwt-to-string
- dev-feature/minor-updates
- dev-feature/allow-specific-userinfo-responses
- dev-feature/updates-for-jwt-package
- dev-feature/pipeline-fix
- dev-feature/improved-claim-support
- dev-feature/basic-test
This package is auto-updated.
Last update: 2025-03-27 23:09:20 UTC
README
PHP OpenID Connect Server
This is an OpenID Connect Server written in PHP, built on top of thephpleague/oauth2-server.
It is used by idaas.nl: (not) yet another identity as a service platform.
This library supports everything that is supported by thephpleague/oauth2-server
, plus the following specifications
This library was created by Arie Timmerman.
Installation
composer require nl.idaas/openid-server
Examples
TODO: