Download the PHP package whatthejeff/fab without Composer
On this page you can find all versions of the php package whatthejeff/fab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whatthejeff/fab
More information about whatthejeff/fab
Files in whatthejeff/fab
Download whatthejeff/fab
More information about whatthejeff/fab
Files in whatthejeff/fab
Vendor whatthejeff
Package fab
Short Description Make your output fabulous!
License MIT
Homepage http://github.com/whatthejeff/fab
Package fab
Short Description Make your output fabulous!
License MIT
Homepage http://github.com/whatthejeff/fab
Please rate this library. Is it a good library?
Informations about the package fab
Fab
Make your output fabulous!
Usage
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.
All versions of fab with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package whatthejeff/fab contains the following files
Loading the files please wait ....