Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ansi Php Laravel Package

bramus/ansi-php

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.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
sensiolabs/ansi-to-html 0.87 Convert ANSI-colored console output into an HTML5 fragment. Supports themes (e.g., Solarized), inline styles or CSS classes, can export theme CSS, and includes a Twig extension for easy use in templates. 254 258 37 107K 9 5.2 39.6 MIT
View on GitHub
Context7
adhocore/cli 0.86 A lightweight PHP library to build interactive CLI apps with commands, options, prompts, and colored output. Create structured command-line tools quickly, with input helpers and utilities suited for both simple scripts and larger console applications. 352 356 38 83K 5 13.4 34.5 MIT 1 year ago
View on GitHub
Context7
21torr/cli 0.84 0 0 2 496 0 16.0 41.3 MIT 5 months ago
View on GitHub
Context7
phppkg/cli-markdown 0.84 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. 10 11 2 1K 3 2.4 28.7 MIT 1 year ago
View on GitHub
Context7
jakub-onderka/php-console-highlighter 0.84 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,162 5,952 17 275K 0 27.3 22.9 MIT 7 years ago
View on GitHub
Context7
barthy-koeln/bash-echolorized 0.83 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
View on GitHub
Context7
jakub-szajna/lint-pack 0.83 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
View on GitHub
Context7
symfony/console 0.83 Symfony Console makes it easy to build beautiful, testable command-line applications in PHP. It provides structured commands, arguments and options, interactive prompts, styled output, helpers, and robust input/output handling for modern CLIs. 9,809 9,992 266 18M 0 67.7 53.0 MIT 15 hours ago
View on GitHub
Deep Wiki
Context7
jakub-onderka/php-console-color 0.83 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
View on GitHub
Context7
pdphilip/omniterm 0.82 Laravel terminal UI toolkit: write Artisan/CLI output as HTML with Tailwind-style classes and OmniTerm renders it to ANSI. Includes truecolor with fallback, gradients, arbitrary RGB, and content repeat, plus ready-made components like status messages, tables, progress bars, spinners, and live tasks. 0 1 12K 1.5 55.3
View on GitHub
Context7
alexeyshockov/plain-commands 0.82 2 2 1 0 0 0.0 MIT
View on GitHub
Context7
bramus/monolog-colored-line-formatter 0.82 Adds a colored line formatter for Monolog, making console log output easier to scan with ANSI colors. Works as a drop-in formatter to highlight log levels, timestamps, and messages for CLI tools, workers, and development environments. 141 142 18 102K 4 2.4 40.4 MIT
View on GitHub
Context7
league/climate 0.82 League CLImate makes PHP CLI output nicer with easy colored text, formatting, and styled messages. Install via Composer and use simple methods like red() or blue() to print readable, attention-grabbing console output for scripts and command-line tools. 1,895 1,942 125 215K 12 16.8 32.2 MIT
View on GitHub
Context7
amf/console-bundle 0.82 1 1 2 0 3 0.4 0.3
View on GitHub
Context7
spatie/color 0.81 PHP library for color parsing, conversion, and comparison. Supports CSS named colors plus RGB/RGBA/ARGB, Hex, HSL/HSLA, HSB, CMYK, CIELab, and XYZ. Includes WCAG contrast ratio and Delta E distances (CIE76, CIE94, CIEDE2000). 383 386 41 815K 0 21.2 50.0 MIT 5 months ago
View on GitHub
Context7
ozdemirburak/iris 0.81 Iris is a PHP 8.1+ color library for parsing, manipulating, and converting colors across Hex/Hexa, RGB/RGBA, HSL/HSLA, HSV, CMYK, and OKLCH. Provides format classes with channel accessors and easy toX() conversions. 122 124 22 56K 0 27.5 43.1 MIT 4 days ago
View on GitHub
Context7
php-parallel-lint/php-console-color 0.80 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. 86 88 7 875K 0 1.7 55.3 BSD-2-Clause 4 years ago
View on GitHub
Context7
jfcherng/php-color-output 0.80 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
View on GitHub
Context7
mischiefcollective/colorjizz 0.79 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 6K 5 3.9 20.2
View on GitHub
Context7
codedungeon/php-cli-colors 0.79 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 146K 0 0.6 43.1 MIT
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky