From c72f8127f1d81217efb65ab24b3bcb8474255c44 Mon Sep 17 00:00:00 2001 From: Nils Behlen <29949516+nilsbehlen@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:27:08 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d560c1a..23eb9bf 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,20 @@ -## This is the privacyIDEA PHP Client +## privacyIDEA PHP Client -This library will help you to connect your plugin to the privacyIDEA server using REST APIs. +This project is intended to ease the use of the privacyIDEA server REST API. ## 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. +Curl is required for this project to work. If this project is installed using composer, curl is installed automatically. +A PHP Version >=7.3 is preferred. -## Connecting & Composer +## 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: +To install with Composer, run the following command: `composer require privacyidea/privacyidea-php-client` -Next, you have to run: +then: `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. -- GitLab