1 repository
Frameworks for building command-line interfaces that process arguments and options to execute specific logic.
Distinct from Development Console Commands: None of the candidates cover the general framework for building executable CLI commands with arguments.
Explore 1 awesome GitHub repository matching development tools & productivity · Console Command Frameworks. Refine with filters or upvote what's useful.
This project is a micro-framework designed for building standalone command-line applications and terminal utilities using PHP. It provides a structured environment for developing console tools, incorporating a dependency injection container to manage object lifecycles and a service provider system to handle modular application bootstrapping. The framework distinguishes itself by offering built-in capabilities for compiling applications into self-contained, portable executable binaries. It also includes a centralized task scheduling engine that allows developers to define and execute recurring
Maps console input arguments to specific command classes for structured terminal interaction.