leverage-php/console

A simple PHP console.

0.9 2021-05-12 07:35 UTC

This package is auto-updated.

Last update: 2024-05-12 14:17:51 UTC


README

Simple PHP command runner designed to let you run -

php index.php foo:bar

(Which you can shorten with an alias etc.)

and have it execute PHP code as easily as possible without having to load every single command object you define.