jjaffeux/avatars-io-php
Composer 安装命令:
composer require jjaffeux/avatars-io-php
包简介
AvatarIo api wrapper
README 文档
README
THIS IS A VERY EARLY STAGE WRAPPER FOR AVATARS.IO. However, the API will remain stable you can use it and nothing will break in the future.
The current version is only a fast code to learn the avatars.io API, however it works, coming next :
- tests
- injectable httpclient
- more features (better handling of url generation for example)
- refactoring
I have no time to work on this at the moment, ping me or open issue if you need this.
Setup
composer.json :
{
"require": {
"jjaffeux/avatars-io-php": ">=1.0.0"
}
}
$avatar = new \AvatarsIo\Avatar(CLIENT ID, SECRET KEY);
General Usage
$avatar->upload('filepath', 'identifier'); //identifier is optionnal $avatar->url('twitter', 'twitter username', 'size') //size is optionnal, can be small, medium, large
Bug tracker
Have a bug? Please create an issue here on GitHub!
Contributions
- Fork
- Write tests (phpunit in the directory to run the tests)
- Write Code
- Pull request
Thanks for your help.
Authors
Joffrey Jaffeux
License
MIT License
统计信息
- 总下载量: 502
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 44
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-06-27