sion / annuaire-php-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
Php client for annuaire-web oauth2 server
dev-master
2014-11-07 04:18 UTC
Requires
Requires (Dev)
- phpunit/phpunit: 4.3.*
This package is not auto-updated.
Last update: 2020-08-17 07:09:25 UTC
README
Php client for annuaire-web using compoment-installer.
If you don't know how to install plugin with components look at this link
it work with composer you can add it to your composer.json
file
with:
"sion/annuaire-php-client": "dev-master"
Run composer install
to install it.
Example
$client = new Sion\Annuaire\Client("client_id","client_credential"); $client->usePasswordGrant("pseudo","password"); $client->checkToken();