Няма описание

server 52763dedf1 gitignore преди 2 години
..
src 52763dedf1 gitignore преди 2 години
CHANGELOG.md 52763dedf1 gitignore преди 2 години
LICENSE 52763dedf1 gitignore преди 2 години
README.md 52763dedf1 gitignore преди 2 години
composer.json 52763dedf1 gitignore преди 2 години

README.md

PHP Console Highlighter

Highlight PHP code in console (terminal).

Example

Example

Install

Just run the following command to install it:

composer require --dev php-parallel-lint/php-console-highlighter:"0.*"

Usage

<?php
use JakubOnderka\PhpConsoleColor\ConsoleColor;
use JakubOnderka\PhpConsoleHighlighter\Highlighter;

require __DIR__ . '/vendor/autoload.php';

$highlighter = new Highlighter(new ConsoleColor());

$fileContent = file_get_contents(__FILE__);
echo $highlighter->getWholeFile($fileContent);

Downloads this Month Build Status License