Dependencies - mgp25/SC-API GitHub Wiki

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