PHPackages                             jakub-onderka/php-console-highlighter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jakub-onderka/php-console-highlighter

Abandoned → [php-parallel-lint/php-console-highlighter](/?search=php-parallel-lint%2Fphp-console-highlighter)Library[Utility &amp; Helpers](/categories/utility)

jakub-onderka/php-console-highlighter
=====================================

Highlight PHP code in terminal

v0.4(7y ago)6.2k136.6M—5.3%1720MITPHPPHP &gt;=5.4.0CI failing

Since Nov 23Pushed 6y ago4 watchersCompare

[ Source](https://github.com/JakubOnderka/PHP-Console-Highlighter)[ Packagist](https://packagist.org/packages/jakub-onderka/php-console-highlighter)[ RSS](/packages/jakub-onderka-php-console-highlighter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (20)

PHP Console Highlighter
=======================

[](#php-console-highlighter)

**This repository is abandoned.**

Suggested alternative:

---

Highlight PHP code in console (terminal).

Example
-------

[](#example)

[![Example](https://camo.githubusercontent.com/78d93e1387569f075058c5943257a504c1747ebaf8d6b40ad7f78eb5a163d084/687474703a2f2f6a616b75626f6e6465726b612e6769746875622e696f2f7068702d636f6e736f6c652d686967686c696768742d6578616d706c652e706e67)](https://camo.githubusercontent.com/78d93e1387569f075058c5943257a504c1747ebaf8d6b40ad7f78eb5a163d084/687474703a2f2f6a616b75626f6e6465726b612e6769746875622e696f2f7068702d636f6e736f6c652d686967686c696768742d6578616d706c652e706e67)

Install
-------

[](#install)

Just create a `composer.json` file and run the `php composer.phar install` command to install it:

```
{
    "require": {
        "jakub-onderka/php-console-highlighter": "0.*"
    }
}
```

Usage
-----

[](#usage)

```
