- php >= 5.6
-
Download and Install PHP Composer.
curl -sS https://getcomposer.org/installer | php -
Next, run the Composer command to install the latest version.
php composer.phar require sri-labs/gzone
or add the following to your composer.json file.
{ "require": { "sri-labs/gzone": "dev-master" } } -
Then run Composer's install or update commands to complete installation.
php composer.phar install
-
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';