phppkg/cli-markdown
CLI-Markdown renders Markdown with ANSI colors in your terminal. Built on cebe/markdown and toolkit/cli-utils, it supports automatic color rendering and customizable CLI color tags. Load Markdown text, call render(), and echo the result for a styled console output.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cdaguerre/markdown-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| league/commonmark | 0.86 | Extensible PHP Markdown parser supporting the full CommonMark spec and GitHub-Flavored Markdown. Works with PHP 7.4+ (mbstring) and provides simple converters to turn Markdown into HTML with configurable safety options. | 2,968 | 3,010 | 214 | 12M | 21 | 58.2 | 69.8 | BSD-3-Clause | 3 days ago | |
| knplabs/knp-markdown-bundle | 0.86 | — | 412 | 432 | 47 | 20K | 0 | 3.8 | 16.6 | MIT | 4 years ago | |
| graham-campbell/markdown | 0.85 | — | 1,346 | 1,362 | 138 | 138K | 0 | 32.7 | 31.0 | MIT | 4 months ago | |
| spatie/commonmark-highlighter | 0.85 | 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 | 5 years ago | |
| andchir/markdown-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 1.5 | — | MIT | 6 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. | 96 | 97 | 10 | 160K | 3 | 1.6 | 45.1 | MIT | — | |
| fluxbb/commonmark | 0.84 | Laravel-friendly CommonMark utilities from FluxBB: parse, render, and work with Markdown/CommonMark content in PHP with sensible defaults and integration patterns suited to Laravel apps. Lightweight package aimed at consistent, safe content rendering. | 15 | 15 | 1 | 6 | 5 | 1.4 | 3.0 | MIT | — | |
| johnnyhuy/laravel-useful-commonmark-extension | 0.83 | — | 7 | 7 | 4 | 0 | 1 | 4.5 | — | MIT | 6 years ago | |
| labrodev/laravel-markdownable | 0.81 | Laravel package to load Markdown pages with YAML front matter by slug, parse metadata, convert to HTML, and return a structured PageData object. Includes contracts for swapping implementations and a Markdownable facade for simple access. | 0 | 0 | 0 | 17 | 0 | 0.0 | 17.3 | MIT | — | |
| michelf/php-markdown | 0.81 | michelf/php-markdown is a fast, standards-based Markdown parser for PHP (Markdown and Markdown Extra). Convert Markdown text to HTML with optional extended syntax, designed for easy embedding in apps and frameworks, with stable output and minimal setup. | 3,462 | 3,548 | 519 | 646K | 87 | 52.1 | 54.9 | NOASSERTION | — | |
| spatie/laravel-markdown | 0.81 | Render Markdown in Laravel with a Blade x-markdown component or a configurable MarkdownRenderer. Converts content to HTML with heading IDs, links, and syntax-highlighted code blocks, using options from your config and container resolution. | 414 | 415 | 31 | 204K | 0 | 23.3 | 40.9 | MIT | 5 months ago | |
| barthy-koeln/bash-echolorized | 0.81 | 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 | |
| beeflow/markdown-editor | 0.79 | Lightweight GitHub-Flavored Markdown editor you can embed or reuse in your project. Install via Composer (dev-master with Git repo) or clone from GitHub. Intended as copy/modify-friendly code for a live Markdown editing experience. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| codedungeon/php-cli-colors | 0.77 | Add ANSI color codes to PHP CLI output with simple constants. Use Color::GREEN, Color::RESET, etc. to style messages in console apps. Lightweight, zero-config, and easy to drop into any Composer-based project. | 102 | 105 | 3 | 152K | 0 | 0.6 | 43.1 | MIT | — | |
| derafu/markdown | 0.75 | — | 0 | 0 | 0 | 21 | 0 | 14.9 | 20.5 | MIT | 5 months ago | |
| jakub-onderka/php-console-highlighter | 0.75 | 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. | 6,165 | 5,952 | 17 | 275K | 0 | 27.3 | 22.9 | MIT | 7 years ago | |
| php-parallel-lint/php-console-highlighter | 0.74 | 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 | 842K | 0 | 1.4 | 54.6 | MIT | 4 years ago | |
| spatie/laravel-markdown-response | 0.74 | Serve clean markdown versions of your Laravel HTML pages for AI agents and bots. Detects requests via Accept: text/markdown, known user agents, or .md URLs. Driver-based conversion (local PHP or Cloudflare Workers AI), caching, and HTML preprocessing included. | 79 | 78 | 8 | 31K | 0 | 18.5 | 40.7 | MIT | 2 months ago | |
| spatie/commonmark-shiki-highlighter | 0.74 | League/CommonMark code block renderer that highlights fenced code using Shiki PHP. Includes extra Antlers and Blade grammars in addition to Shiki’s 100+ languages. Ideal for Laravel setups (see spatie/laravel-markdown). Requires JS shiki v1. | 93 | 92 | 15 | 212K | 0 | 12.6 | 49.5 | MIT | 8 months ago |
How can I help you explore Laravel packages today?