Skip to content

php-parallel-lint/PHP-Console-Highlighter

Repository files navigation

Image for: Repository files navigation

PHP Console Highlighter

Highlight PHP code in console (terminal).

Example

Image for: Example

Install

Image for: Install

Just run the following command to install it:

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

Usage

Image for: Usage
<?php
use PHP_Parallel_Lint\PhpConsoleColor\ConsoleColor;
use PHP_Parallel_Lint\PhpConsoleHighlighter\Highlighter;

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

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

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

About

Image for: About

Highlight PHP code in terminal

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

Image for: Packages 0
No packages published

Contributors 12

Image for: Contributors 12

Languages

Image for: Languages