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 Apr 19, 2015 · 4 revisions

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

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

Require PHP >= 5.3

Linux

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

OS X

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

Windows

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

Clone this wiki locally