sion/annuaire-php-client

此包已被废弃且不再维护。没有建议的替代包。
此包最新版本(dev-master)没有可用的许可证信息。

annuaire-web oauth2 服务器的 PHP 客户端

dev-master 2014-11-07 04:18 UTC

This package is not auto-updated.

Last update: 2020-08-17 07:09:25 UTC


README

使用 compoment-installer 的 annuaire-web PHP 客户端

如果你不知道如何使用组件安装插件,请查看 此链接

与 composer 一起使用,你可以在 composer.json 文件中添加它

"sion/annuaire-php-client": "dev-master"

运行 composer install 来安装它。

示例

    $client = new Sion\Annuaire\Client("client_id","client_credential");
    $client->usePasswordGrant("pseudo","password");
    $client->checkToken();