Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 462 Bytes

privacyIDEA PHP Client

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.