mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
API PHP class
This commit is contained in:
parent
fe00b4c137
commit
cd44b78ac1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ curl -k -i -H "Accept: application/json" \
|
|||
|
||||
To simplify the remote administration of a YunoHost instance in CHATONS/Librehosters projects, API classes have been developed by users.
|
||||
|
||||
For example, this PHP class (FIXME: where are people supposed to find it..?) will allow you to administer your YunoHost instance from a PHP application (website, capacity management tool...).
|
||||
For example, this [PHP class](https://github.com/scith/yunohost-api-php) will allow you to administer your YunoHost instance from a PHP application (website, capacity management tool...).
|
||||
|
||||
Here is an example of PHP code to add a user to your YunoHost instance:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue