You can see this post in portuguese too.
Hey!
I’d like to present you geeklist-php. This LGPL library is able to fetch cards content of a given/valid username on Geekli.st social network, and return them as a JSON or simple array for you. The trick in this library is it does not require an API key from Geeklist.
It intends to be PSR-[0|1|2] compatible, brings an autoloader to make the work easier, and is ready-to-use with Composer. Simply add in the composer.json of your project:
{
"require": {
"arglbr/geeklist-php": "dev-master"
}
}
Get it, fork it, use it, improve it! On the first sight, is possible to notice lack of phpdoc on the code.
🙂
Cheers!
Pingback: Adriano Laranjeira » Blog Archive » geeklist-php 0.1 lançado