geste/easy-command

There is no license information available for the latest version (1.7.0) of this package.

gestes cli template based on symfony console and laminas container

1.7.0 2022-04-01 14:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 01:05:57 UTC


README

Install

php easy

Usage

Start/List Commands

php easy

Call command

php easy {command [parameters]}

Configure for own projects

See config/projects.php

Add own commands

Just see for examples in src/Command/
Add new commands in ConfigProviders with key 'commands'

Use database command

Add config in config/database.php 
Rename database/{name}/
See for migration table in database/{name}/structure.sql 

Implementation as library

See example in https://github.com/steltner/easy-template