awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JakubOnderka avatar

JakubOnderka/PHP-Console-Color

0
View on GitHub↗
6,120 stars·24 forks·PHP·BSD-2-Clause·7 vues

PHP Console Color

PHP-Console-Color est une bibliothèque de couleurs de console PHP et un formateur de couleurs ANSI conçu pour ajouter des codes couleur à la sortie texte en ligne de commande. Il sert de bibliothèque de stylisation de texte CLI pour mettre en évidence et coloriser la sortie du terminal afin d'améliorer la lisibilité et de distinguer les informations pour l'utilisateur.

La bibliothèque fournit des outils pour la stylisation du texte du terminal et le formatage de la sortie CLI. Elle est utilisée dans le développement d'applications console PHP pour créer des distinctions visuelles entre différents types de sorties, telles que les erreurs, les avertissements ou les messages de succès.

Features

  • Terminal Color Formatting - Applies ANSI color codes to highlight output in terminal interfaces for improved console readability.
  • ANSI Escape Sequence Renderers - Generates raw ANSI terminal control codes to manipulate text color and formatting within the command-line interface.
  • PHP Console Libraries - Adds ANSI color codes to command line text output specifically within PHP applications.
  • Console Output Formatting - Applies colors to command line text to improve readability and highlight specific information for the user.
  • Terminal Styling - Styles text in a terminal environment to highlight errors, warnings, or success messages.
  • Terminal Text Coloring - Provides functions for applying colors to text within a terminal to distinguish information.
  • Console Application Utilities - Provides essential tools for creating interactive command line applications in PHP with visual distinctions.

Historique des stars

Graphique de l'historique des stars pour jakubonderka/php-console-colorGraphique de l'historique des stars pour jakubonderka/php-console-color

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à PHP Console Color

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec PHP Console Color.
  • fatih/colorAvatar de fatih

    fatih/color

    7,883Voir sur GitHub↗

    This is an ANSI terminal color library and console output manager used for applying colors and text attributes to command line interface output. It functions as a terminal text styler and RGB color formatter, generating the escape codes necessary for foreground and background styling. The project supports 24-bit high-color RGB mapping for precise color rendering in compatible terminal emulators. It enables the creation of colorized text fragments that can be embedded into larger blocks of text or applied as global styles that persist across subsequent output streams. The library covers broad

    Goansicolorcoloring
    Voir sur GitHub↗7,883
  • chrisbuilds/terminaltexteffectsAvatar de ChrisBuilds

    ChrisBuilds/terminaltexteffects

    3,892Voir sur GitHub↗

    This project is a terminal graphics library and command-line visual effects tool designed to create dynamic motion graphics using ANSI escape sequences. It provides a framework for implementing an ANSI text animation engine and a motion processor that handles the movement of characters along paths within a shell environment. The tool is distinguished by its wide array of pre-defined visual effects, ranging from simulated environmental phenomena like thunderstorms and fire to high-tech reveals such as laser etching and decryption animations. It also supports extensibility through a plugin-base

    Pythonascii-artterminal-basedvisual-effects
    Voir sur GitHub↗3,892
  • alecthomas/chromaAvatar de alecthomas

    alecthomas/chroma

    4,960Voir sur GitHub↗

    Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies programming languages and tokens using language-specific lexers to produce highlighted output for various environments. The project utilizes a theme-driven colorization system that decouples token types from final colors through an intermediate style mapping layer. This allows for custom code theming by mapping specific token categories to foreground and background colors. The system covers language identification, terminal text formatting for ANSI-compatible viewers, and web

    Goconsolegogolang
    Voir sur GitHub↗4,960
  • charmbracelet/lipglossAvatar de charmbracelet

    charmbracelet/lipgloss

    10,591Voir sur GitHub↗

    This project is a framework for composing terminal interfaces through declarative styling and a grid-based layout engine. It provides a comprehensive toolkit for building responsive command-line applications by managing ANSI escape sequences, color profiles, and text rendering to ensure consistent visual output across different terminal environments. The library distinguishes itself through its ability to automatically detect terminal capabilities and background themes, allowing it to adjust color schemes and downsample profiles for optimal readability. It utilizes a layered composition model

    Gocligogolang
    Voir sur GitHub↗10,591
Voir les 30 alternatives à PHP Console Color→

Questions fréquentes

Que fait jakubonderka/php-console-color ?

PHP-Console-Color est une bibliothèque de couleurs de console PHP et un formateur de couleurs ANSI conçu pour ajouter des codes couleur à la sortie texte en ligne de commande. Il sert de bibliothèque de stylisation de texte CLI pour mettre en évidence et coloriser la sortie du terminal afin d'améliorer la lisibilité et de distinguer les informations pour l'utilisateur.

Quelles sont les fonctionnalités principales de jakubonderka/php-console-color ?

Les fonctionnalités principales de jakubonderka/php-console-color sont : Terminal Color Formatting, ANSI Escape Sequence Renderers, PHP Console Libraries, Console Output Formatting, Terminal Styling, Terminal Text Coloring, Console Application Utilities.

Quelles sont les alternatives open-source à jakubonderka/php-console-color ?

Les alternatives open-source à jakubonderka/php-console-color incluent : fatih/color — This is an ANSI terminal color library and console output manager used for applying colors and text attributes to… chrisbuilds/terminaltexteffects — This project is a terminal graphics library and command-line visual effects tool designed to create dynamic motion… alecthomas/chroma — Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies… charmbracelet/lipgloss — This project is a framework for composing terminal interfaces through declarative styling and a grid-based layout… busyloop/lolcat — lolcat is a command line text processor and color filter that transforms standard text streams into rainbow gradients.… pterm/pterm — pterm is a Go terminal UI library used to build rich command-line interfaces. It provides toolsets for terminal data…