Download the PHP package phpspec/nyan-formatters without Composer
On this page you can find all versions of the php package phpspec/nyan-formatters. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpspec/nyan-formatters
More information about phpspec/nyan-formatters
Files in phpspec/nyan-formatters
Package nyan-formatters
Short Description PHPSpec Nyan Formatter Extension
License MIT
Homepage https://github.com/phpspec/nyan-formatters
Informations about the package nyan-formatters
PHPSpec Nyan Formatters Extension
This PHPSpec extension provides Nyan formatters for PHPSpec.
Requirements
This extension requires:
- PHP 5.3.3 or later.
- A terminal emulator with support for ANSI escape sequences, including color and cursor control.
NOTE: By default, the Windows console does not support ANSI escape sequences. If you'd like to use this extension on Windows, you may want to try one of the following solutions:
Installation
To install this, make sure you are using the latest release of PHPSpec, and then add the following to your
composer.json
:
Install or update your dependencies, and then in a phpspec.yml
file in the root of your project, add the following:
Then, you can add a --format
switch to your phpspec
command with one of the following values:
nyan.cat
- Gives the standard Nyan Cat formatter
nyan.dino
- Gives a dinosaur formatter - Rawwr!
nyan.crab
- Gives a crab formatter
If you want to use one of the formatters all the time, you can enforce a default by adding a formatter.name
option in
the phpspec.yml
file as follows:
Authors
This project was written by:
Contributions
This project wouldn't have been possible without the help and support of the following people:
All versions of nyan-formatters with dependencies
phpspec/phpspec Version ~3.0|~4.0|~5.0|~6.0
whatthejeff/nyancat-scoreboard Version ~1.1