Home » Console » Console_Color2
This Class allows you to easily use ANSI console colors in your application.
This package is unmaintained.
Download latest release 0.1.2 (there might be newer Composer installable version)
License: MIT
Description
You can use Console_Color::convert to transform colorcodes like %r into ANSI
control codes. $console = new Console_Color2(); print $console->convert("%rHello World!%n"); would print
"Hello World" in red, for example.
Maintainers
- Daniel O'Connor (doconnor) — lead, active
- Stefan Walk (et) — lead, inactive
- Scott Mattocks (scottmattocks) — lead, inactive
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.5.6)
Releases
- 0.1.2 (alpha, 2012-10-23)
Release notes
License: MIT
Bug #19626 Going from Light to Dark color does not work
- 0.1.1 (alpha, 2012-03-14)
Release notes
License: MIT
Fix undefined index E_NOTICEs [Tarcisio Gruppi]
- 0.1.0 (alpha, 2011-12-18)
Release notes
License: MIT
PHP5 syntax
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18016 | Wont fix | Bug | 2010-10-31 | Strict Coding Standard Error | |
| #19205 | Closed | Req | SVN | 2012-01-07 | Add unit test coverage |
| #19626 | Closed | Bug | 0.1.1 | 2012-09-29 | Going from Light to Dark color does not work |