2017 © Pedro Peláez
 

library console

Handles outputting/writing data to the console.

image

jaeger-app/console

Handles outputting/writing data to the console.

  • Tuesday, July 5, 2016
  • by mithra62
  • Repository
  • 1 Watchers
  • 0 Stars
  • 169 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Jaeger Console Object

Build Status Scrutinizer Code Quality Author GitHub license, (*1)

Handles outputting/writing data to the console. when Jaeger plugins are ran through the Console / Command Line / Shell., (*2)

Installation

Add jaeger-app/console as a requirement to your composer.json:, (*3)

$ composer require jaeger-app/console

Basic Usage

Jaeger\Console uses the Jaeger\Language object to handle copy abstraction so you'll have to set that up before using., (*4)

use JaegerApp\Console;
use JaegerApp\Language;

$language = new Language; 
... setup language ...

$console = new Console();
$console->setLang($language);

$console->outputError('My error string');
$console->outputLine('My line of text to output in the console');
$console->outputPageBreak();

The Versions

05/07 2016

dev-master

9999999-dev

Handles outputting/writing data to the console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

05/07 2016

0.1.1

0.1.1.0

Handles outputting/writing data to the console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

20/04 2016

0.1

0.1.0.0

Handles outputting/writing data to the console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

20/04 2016

0.1.2

0.1.2.0

Handles outputting/writing data to the console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb