stajor/iherb-api
Composer 安装命令:
composer require stajor/iherb-api
包简介
iHerb Affiliate
README 文档
README
This PHP library will help you to interactive with iHerb.com.
Installation
Add this line to your application's composer.json:
{
"require": {
"stajor/iherb-api": "^1.0"
}
}
and run composer update
Or run this command in your command line:
$ composer require stajor/iherb-api
Usage
$api = new \iHerb\API(); $collection = $api->getTopSellers(); print_r($collection->toArray());
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Stajor/iherb-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
统计信息
- 总下载量: 164
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-07