omitobisam / openid-server
OpenID Connect server for PHP
v1.0.2
2023-11-24 06:08 UTC
Requires
- lcobucci/jwt: ^4.3|^5.0
- league/oauth2-server: ^8
- nyholm/psr7: ^1.3
Requires (Dev)
- laminas/laminas-diactoros: ^3.3.0
- phpunit/phpunit: ^9.6.13
This package is auto-updated.
Last update: 2024-10-24 08:00:49 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: