jakub-onderka/php-console-highlighter
Abandoned package for syntax-highlighting PHP code in the terminal using ANSI colors. Provides a Highlighter that outputs highlighted whole-file or snippet content for CLI display. Suggested alternative: php-parallel-lint/PHP-Console-Highlighter.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| carteni/highlight-bundle | 0.88 | — | 0 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 9 years ago | |
| spatie/commonmark-highlighter | 0.86 | Server-side syntax highlighting for league/commonmark code blocks using scrivo/highlight.php. Generates HTML compatible with highlight.js themes, reducing JavaScript and avoiding flashes of unstyled code. Supports 185+ languages for fast, clean markdown rendering. | 139 | 139 | 10 | 8K | 0 | 2.0 | 17.2 | MIT | 4 years ago | |
| jakub-onderka/php-console-color | 0.86 | Abandoned PHP library for styling console output with ANSI colors. Formerly used to print colored text in terminals (see example.php). Consider using the maintained alternative: https://github.com/php-parallel-lint/PHP-Console-Color | 6,116 | 5,930 | 24 | 309K | 2 | 26.7 | 23.6 | BSD-2-Clause | 7 years ago | |
| barthy-koeln/bash-echolorized | 0.85 | Minimal bash helper for clean, colorized CLI output in CI/CD scripts and git hooks. Source it via Composer or npm/yarn and use e_info/e_success/e_warning/e_error plus colored_output and tagged_output for readable, tagged status lines. | 2 | 2 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| bramus/ansi-php | 0.84 | bramus/ansi-php is a lightweight PHP library for working with ANSI escape codes in the terminal. Easily colorize and style CLI output, move the cursor, clear sections of the screen, and build richer command-line interfaces with minimal setup. | 95 | 96 | 10 | 156K | 3 | 1.6 | 45.0 | MIT | — | |
| alten/syntax-highlight-bundle | 0.84 | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| php-parallel-lint/php-console-highlighter | 0.84 | Highlight PHP source code in the terminal with readable, colorized syntax. php-console-highlighter works with ConsoleColor and can highlight whole files or snippets—ideal for CLI tools, linters, and test output to quickly spot errors and context. | 88 | 88 | 6 | 786K | 0 | 1.3 | 54.5 | MIT | 4 years ago | |
| jakub-onderka/php-code-style | 0.84 | A PHP coding style toolkit for consistent formatting and style enforcement across projects. Helps standardize code layout and conventions, making reviews easier and reducing style-related noise in diffs for teams and CI pipelines. | 0 | 0 | 1 | 38 | 0 | 0.4 | 22.0 | — | 12 years ago | |
| tempest/highlight | 0.83 | Fast, extensible server-side syntax highlighting for PHP. Tempest Highlight parses code with a simple Highlighter API and supports multiple languages for rendering highlighted output in apps, docs, and tooling—install via Composer and start highlighting in minutes. | 697 | 696 | 48 | 82K | 7 | 38.1 | 35.6 | MIT | 3 weeks ago | |
| php-school/terminal | 0.83 | php-school/terminal is a PHP library for building interactive terminal apps. It provides input/output helpers, ANSI styling, cursor control, and terminal state management, making it easy to create rich CLI UIs with prompts, menus, and formatted output. | 21 | 21 | 6 | 13K | 2 | 1.5 | 39.0 | — | 6 years ago | |
| kzykhys/pygments | 0.83 | Thin PHP wrapper around the Python Pygments syntax highlighter. Highlight code to HTML/ANSI, generate CSS for styles (e.g., monokai), guess lexer by filename, and list available lexers/formatters/styles. Supports custom pygmentize path. | 10 | 11 | 14 | 257 | 4 | 2.1 | 21.0 | — | 12 years ago | |
| torchlight/torchlight-laravel | 0.83 | Torchlight syntax highlighting for Laravel. Highlight code blocks with VS Code-compatible themes and zero JavaScript. Includes caching, configurable themes and host, and Blade components/directives. Requires a Torchlight API token (free for personal/open source). | 120 | 120 | 17 | 23K | 18 | 28.5 | 41.6 | MIT | 4 months ago | |
| php-parallel-lint/php-console-color | 0.83 | Adds easy, cross-platform console text styling for PHP: colors, background colors, and formatting like bold/underline. Lightweight, dependency-free, and commonly used in CLI tools to improve readability of output and error messages. | 85 | 88 | 7 | 786K | 0 | 1.6 | 54.7 | BSD-2-Clause | 4 years ago | |
| mmoreram/php-formatter | 0.83 | PHP code formatter with CLI and configurable rules to standardize style across a project. Formats files or entire directories, helps enforce clean, consistent code, and integrates easily into development workflows and CI. | 168 | 169 | 17 | 830 | 2 | 3.0 | 7.8 | MIT | 8 years ago | |
| bitban/psysh-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| jakub-szajna/lint-pack | 0.82 | Laravel package that adds a linter command to the Artisan CLI, helping you run code style and lint checks from the command line during development and CI. Designed to integrate into typical Laravel workflows for quick, repeatable quality checks. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | MIT | 10 years ago | |
| adiog/syntax-highlight-bundle | 0.82 | Symfony bundle that packages Alex Gorbatchev’s SyntaxHighlighter 3.0.83 for Composer-based apps. Install via composer, enable the bundle in AppKernel, then run assets:install to publish the JS/CSS for client-side code highlighting. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| jfcherng/php-color-output | 0.82 | Lightweight PHP utility to add ANSI colors and styles to CLI output. Provides named foreground/background styles, special effects (bold, underline, blink, reverse), aliases, and a simple CliColor::color() helper to format strings for terminals. | 14 | 14 | 2 | 235K | 0 | 0.4 | 55.3 | MIT | 5 years ago | |
| mischiefcollective/colorjizz | 0.82 | ColorJizz-PHP is a lightweight color library for converting and manipulating colors across formats like RGB, CMYK, Hex, HSV, CIELab/LCh, XYZ, and Yxy. Supports chaining operations (hue, saturation, greyscale) while keeping originals immutable. | 285 | 286 | 32 | 5K | 5 | 3.9 | 19.8 | — | — | |
| scrivo/highlight.php | 0.80 | Server-side syntax highlighting for PHP using highlight.js grammars. Highlight code blocks in many languages, auto-detect when needed, and render HTML with themes—ideal for docs, blogs, and static site generation without requiring a browser. | 714 | 727 | 44 | 2M | 13 | 17.7 | 52.6 | BSD-3-Clause | 3 years ago |
How can I help you explore Laravel packages today?