amido/profile-service
Composer 安装命令:
composer require amido/profile-service
包简介
PHP Library to access the Amido profile service
README 文档
README
This package is used in conjunction with the Amido profile service to persist and retrieve profiles.
Installation
Composer
Add this to your application's composer.json:
{
"require": {
"amido/profile-service": "*"
}
}
And then execute:
composer install
Usage
Create a new instance
use Amido\ProfileService; $service = new ProfileService('subscription_key_here');
Then call the API via the following methods
$service->create_profile('realm_here', 'user_id_here', 'delegate_access_token_here', array('profile' => 'here));
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-28