happyr/api-php-client
Composer 安装命令:
composer require happyr/api-php-client
包简介
Happyr public API client library.
README 文档
README
This PHP library is a client to the API at api.happyr.com.
Installation
composer require happyr/api-php-client
Configuration
There is a few mandatory configuration parameters. They are 'identifier' and 'secret'. You will get them both from the Happyr-API website.
Usage
use Happyr\ApiClient\HappyrClient; class MyClass { public function myFunc() { $api = HappyrClient::create('myApiIdentifier', 'myApiSecret'); $patterns = $api->profilePattern()->index('sv'); } }
统计信息
- 总下载量: 3.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-08