2017 © Pedro Peláez
 

library avatars-io-php

AvatarIo api wrapper

image

jjaffeux/avatars-io-php

AvatarIo api wrapper

  • Monday, August 13, 2012
  • by joffreyjaffeux
  • Repository
  • 3 Watchers
  • 38 Stars
  • 213 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AVATARS IO PHP

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., (*1)

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, (*2)

I have no time to work on this at the moment, ping me or open issue if you need this., (*3)

Build Status, (*4)

Setup

composer.json : ``` json { "require": { "jjaffeux/avatars-io-php": ">=1.0.0" } }, (*5)

``` php
$avatar = new \AvatarsIo\Avatar(CLIENT ID, SECRET KEY);

General Usage

php $avatar->upload('filepath', 'identifier'); //identifier is optionnal $avatar->url('twitter', 'twitter username', 'size') //size is optionnal, can be small, medium, large, (*6)

Bug tracker

Have a bug? Please create an issue here on GitHub!, (*7)

Contributions

  • Fork
  • Write tests (phpunit in the directory to run the tests)
  • Write Code
  • Pull request

Thanks for your help., (*8)

Authors

Joffrey Jaffeux, (*9)

  • http://twitter.com/joffreyjaffeux
  • http://github.com/jjaffeux

License

MIT License, (*10)

The Versions

13/08 2012

dev-master

9999999-dev https://github.com/jjaffeux/avatars-io-php

AvatarIo api wrapper

  Sources   Download

MIT

The Requires

 

api avatars facebook instagram twitter avatars io

28/06 2012

1.0.0

1.0.0.0 https://github.com/jjaffeux/avatars-io-php

AvatarIo api wrapper

  Sources   Download

MIT

The Requires

 

api avatars facebook instagram twitter avatars io