Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
php-client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
php-client
Commits
c72f8127
Project 'perun-proxy-aai/simplesamlphp/php-client' was moved to 'perun/perun-proxyidp/php-client'. Please update any links and bookmarks that may still have the old path.
Unverified
Commit
c72f8127
authored
3 years ago
by
Nils Behlen
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9e182b4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-16
7 additions, 16 deletions
README.md
with
7 additions
and
16 deletions
README.md
+
7
−
16
View file @
c72f8127
##
This is the
privacyIDEA PHP Client
## privacyIDEA PHP Client
This
library will help you to connect your plugin to
the privacyIDEA server
using
REST API
s
.
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 ru
n:
the
n:
`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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment