Make your output fabulous!

Maintainers

👁 whatthejeff

Package info

github.com/whatthejeff/fab

Homepage

pkg:composer/whatthejeff/fab

Statistics

Installs: 1 032 407

Dependents: 5

Suggesters: 0

Stars: 39

Open Issues: 0

v1.0.0 2013-02-14 01:28 UTC

Requires

  • php: >=5.3.3

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1f9d9cdc354cabda0d7b72b7e2ab5fdfb747b8ef

  • Jeff Welch <whatthejeff.woop@gmail.com>

fabfabulousrainbowcolorful

This package is not auto-updated.

Last update: 2026-06-20 23:00:35 UTC


README

👁 Build Status

Make your output fabulous!

Usage

👁 fabulous output

Requirements

Fab requires:

  • PHP 5.3.3 or later.
  • A terminal emulator with support for ANSI escape sequences.

NOTE: By default, the Windows console does not support ANSI escape sequences. If you'd like to use the Fab on Windows, you may want to try one of the following solutions:

Installation

The recommended way to install Fab is through composer. Just create a composer.json file and run the php composer.phar install command to install it:

{
 "require": {
 "whatthejeff/fab": "~1.0"
 }
}

Tests

To run the test suite, you need composer.

$ php composer.phar install
$ vendor/bin/phpunit

Acknowledgements

Fab was heavily inspired by the glorious minitest/pride.

License

Fab is licensed under the MIT license.