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"
}
}
On the first sight, is possible to notice lack of phpdoc on the code. :-)
Cheers!