tacoberu/php-console

PHP Commands a lightweight framework for creating PHP CLI scripts.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tacoberu/php-console

v0.2.2 2019-12-17 23:07 UTC

This package is auto-updated.

Last update: 2025-09-13 07:04:32 UTC


README

Framework for a command line application with PHP. It's an extensible, flexible component.

Concurent for Symfony/Console.

  • Make command only with depends to interface.
  • Support DI Container. Create command with DIC.
  • Build-in support many output formats: colored, ansi, xml, json.
  • Parsing input. Making output format (list, dict, table).
  • Build-in default command: help, version.

Examples

Minimal application:

samples/1.greating/app