library annuaire-php-client
Php client for annuaire-web oauth2 server
sion/annuaire-php-client
Php client for annuaire-web oauth2 server
- Friday, November 7, 2014
- by UlrickAsura
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Annuaire web php client
Php client for annuaire-web using compoment-installer., (*1)
If you don't know how to install plugin with components look at this link, (*2)
it work with composer you can add it to your composer.json
file
with:, (*3)
"sion/annuaire-php-client": "dev-master"
Run composer install
to install it., (*4)
Example
$client = new Sion\Annuaire\Client("client_id","client_credential");
$client->usePasswordGrant("pseudo","password");
$client->checkToken();
dev-master
9999999-dev
Php client for annuaire-web oauth2 server
Sources
Download
The Requires
The Development Requires
by
DartAsura