privacyidea/privacyidea-php-client
PHP Client to ease the use of the privacyIDEA API.
Maintainers
v2.0.1
2024-04-15 07:31 UTC
AGPL-3.0-or-later 66f8465ad0dcdb1b178296aadb2dbf294145eccf
- Lukas Matusiewicz <lukas.matusiewicz.woop@netknights.it>
This package is auto-updated.
Last update: 2026-06-15 12:21:34 UTC
README
This project is intended to ease the use of the privacyIDEA server REST API.
Requirements
Curl is required for this project to work. If this project is installed using composer, curl is installed automatically. A PHP Version >=8.0 is preferred.
Composer
To install with Composer, run the following command:
composer require privacyidea/privacyidea-php-client
then:
composer update
Required Composer version is >=2.0.
