Utility methods for PHP CLI output.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of Guzzle:
composer.phar require levi-putna/PHPCli
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
See the example Examples