This is the privacyIDEA PHP Client
This library will help you to connect your plugin to the privacyIDEA server using REST APIs.
Requirements
To use our client lib you have to install curl on your machine. If you have installed our client with Composer you don't need to think about it, because Composer will do it for you automatically. To avoid bugs we also advise you to install PHP >=7.3.
Connecting & Composer
You can add our library to your repository as a submodule or install it using Composer.
To install our repository with Composer, run this command in Terminal:
composer require privacyidea/privacyidea-php-client
Next, you have to run:
composer update
You can also decide which version of our package you want to install. For more information read the Composer documentation.
To install Composer follow this link: https://getcomposer.org/doc/00-intro.md
Required Composer version is >=2.0.