Skip to content
Snippets Groups Projects
Select Git revision
  • 7558a7d82594e47796835183843fb3c768d02533
  • main default protected
  • master
  • 46-upgrade-upgrade-to-php-80
  • 44-getauthtoken-check-if-serviceaccount-is-admin
  • 41-feature-forward-headers
  • 39-add-empty-realm-if-missing-in-the-enrolltoken-function
  • 37-add-the-namespaces
  • 32-prepare-for-release
  • 18-add-realm-to-enrolltoken-passed-parms
  • 30-update-the-test-utils
  • 28-use-the-image-tag
  • 27-parse-the-client-mode-from-the-challenge
  • 23-implement-token-enrollment-via-validatecheck
  • 24-translate-the-preferred_client_mode-to-used-in-the-plugins
  • 20-add-preferred-client-mode
  • add-actions
  • renovate/lock-file-maintenance
  • 19-update-validate-check
  • small-test-update
  • create-workflow
  • v2.0.1
  • v2.0.0
  • v1.1.0
  • v1.0.0
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v0.9.7
  • v0.9.6
  • v0.9.5
  • v0.9.4
  • v0.9.3
  • v0.9.2
  • v0.9.1
  • v0.9.0
36 results

php-client

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    lukasmatusiewicz authored and GitHub committed
    fix: prevent undefined index warning
    7558a7d8
    History

    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.