2017 © Pedro Peláez
 

library hal-helper

HAL 9000 Symfony Console Helper

image

phpgames/hal-helper

HAL 9000 Symfony Console Helper

  • Monday, December 8, 2014
  • by aferrandini
  • Repository
  • 2 Watchers
  • 5 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

HAL Helper

Build Status Latest Stable Version SensioLabsInsight, (*1)

Installation

Step 1: Composer

Add the following line to the composer.json file:, (*2)

``` json { "require": { "phpgames/hal-helper": "~1.0" } }, (*3)


## Usage By default, HAL logo will be shown centered on the screen and without text. To customice the output style please change the constructor parameters: ### Logo and text align center ```php $hal = new HAL($output); $hal->sayHello();

Logo and text align center, (*4)

Logo and text align left

$hal = new HAL($output, true, false);
$hal->sayHello();

Logo and text align left, (*5)

Only logo align center

$hal = new HAL($output, false);
$hal->sayHello();

Only logo align center, (*6)

Only logo align left

$hal = new HAL($output, false, false);
$hal->sayHello();

Only logo align left, (*7)

License

Released under the MIT License attached with this code., (*8)

The Versions

08/12 2014

dev-master

9999999-dev https://github.com/PHPGames/HALHelper

HAL 9000 Symfony Console Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Gulias

console helper hal symfony phpgames hal9000 space odyssey

08/12 2014

v1.0.1

1.0.1.0 https://github.com/PHPGames/HALHelper

HAL 9000 Symfony Console Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Gulias

console helper hal symfony phpgames hal9000 space odyssey

22/11 2014

v1.0

1.0.0.0 https://github.com/aferrandini/HALHelper

HAL 9000 Symfony Console Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eduardo Gulias

console helper hal symfony phpgames hal9000 space odyssey