Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Dependencies

mgp25 edited this page Mar 9, 2015 · 4 revisions

In order to make this API work, you will need php-curl and php-gd.

Be sure to search in internet before asking in the issue tracker.

Linux

sudo apt-get install php5-gd
sudo apt-get install php5-curl
sudo service apache2 restart

OS X

sudo port install php5-gd
sudo port install php-curl

Windows

Check this url for information: http://php.net/manual/es/install.windows.extensions.php

Clone this wiki locally