id4me/id4me-rp
最新稳定版本:1.3.0
Composer 安装命令:
composer require id4me/id4me-rp
包简介
Library for ID4me
README 文档
README
A PHP library aiming to simplify usage of id4me functionalities.
Functionalities
- Discovery
- Registration
- Authentication
- Validation :
- solely following requirements of ID4Me specifications 4.5.3. ID Token Validation: 1. to 5. and 9.
Architecture
Following technical structure and flow are currently implemented:

To see an example of a client consuming current id4me library run: `php examples/Example.php`
Prerequisites
In order to work on current source code make sure you have following softwares installed:
- docker latest version
- docker-compose latest version
- php >= 7.0
- php composer
How to build
- Build local dependencies with
`composer install`
How to run unit tests
- run a single test:
<SOURCE_CODE_PATH>/vendor/bin/phpunit tests/<TEST_CLASS>.php - run all tests:
<SOURCE_CODE_PATH>/vendor/bin/phpunit --configuration phpunit.xml
How to start application
- Just start with
`docker-compose up`
What are we still working on?
- Logout from identity authority
统计信息
- 总下载量: 61.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知