privacyidea / privacyidea-php-client
PHP Client to ease the use of the privacyIDEA API.
Installs: 3 871
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 4
Open Issues: 4
- dev-master
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.0
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- dev-46-upgrade-upgrade-to-php-80
- dev-41-feature-forward-headers
- dev-39-add-empty-realm-if-missing-in-the-enrolltoken-function
- dev-37-add-the-namespaces
- dev-32-prepare-for-release
- dev-18-add-realm-to-enrolltoken-passed-parms
- dev-30-update-the-test-utils
- dev-27-parse-the-client-mode-from-the-challenge
- dev-23-implement-token-enrollment-via-validatecheck
This package is auto-updated.
Last update: 2024-10-15 08:33:45 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.