2 Repos
Specialized libraries for enhancing the command-line interface capabilities of the PHP runtime.
Distinct from PHP UUID Libraries: Generic PHP utility libraries for CLI output, distinct from specific UUID or routing libraries.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · PHP Console Libraries. Refine with filters or upvote what's useful.
PHP-Console-Color ist eine PHP-Bibliothek für Konsolenfarben und ein ANSI-Farbformatierer, der dazu entwickelt wurde, Farbcodes zur Textausgabe in der Befehlszeile hinzuzufügen. Sie dient als CLI-Text-Styling-Bibliothek zum Hervorheben und Kolorieren von Terminalausgaben, um die Lesbarkeit zu verbessern und Informationen für den Benutzer zu unterscheiden. Die Bibliothek bietet Tools für Terminal-Text-Styling und CLI-Ausgabeformatierung. Sie wird in der Entwicklung von PHP-Konsolenanwendungen verwendet, um visuelle Unterscheidungen zwischen verschiedenen Ausgabetypen wie Fehlern, Warnungen oder Erfolgsmeldungen zu schaffen.
Adds ANSI color codes to command line text output specifically within PHP applications.
This project is a PHP framework designed for building interactive command-line applications and automation tools. It provides a structured environment for developers to construct console interfaces that handle user input and terminal output, facilitating the management of system-level operations and repetitive development tasks. The framework utilizes a command-pattern dispatching system that maps terminal arguments to executable classes, supported by a dependency-injection container to manage service lifecycles. It incorporates reflective metadata discovery to automatically extract command d
Provides a PHP-based framework for creating command-line tools and managing system-level operations.