PHPackages                             xtreed/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. xtreed/php-console-highlighter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xtreed/php-console-highlighter
==============================

Highlight PHP code in terminal

v0.4.1(5y ago)03.5kMITPHPPHP &gt;=5.4.0

Since Nov 23Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (8)Used By (0)

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)

```
