PHP code example of andrearufo / gsx2json4php
1. Go to this page and download the library: Download andrearufo/gsx2json4php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
andrearufo / gsx2json4php example snippets
ndreaRufo\Gsx2Json4Php;
$id = '1QhzoMZY8LZ7ynfqnXlH9cqKax16_ECOqThgjbHqCO7Q';
$json = new Gsx2Json4Php($id);
echo $json->getJson();
curl -sS https://getcomposer.org/installer | php
php composer.phar
php composer.phar update