Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 489 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 489 Bytes

phpcli

Utility methods for PHP CLI output.

Installing via Composer

# 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';

Usage

See the example Examples

Screen Shot