sweikenb / console-framework
Simple framework for creating console applications.
Installs: 1 345
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- pimple/pimple: ~3.0
- symfony/console: ^6.0
- symfony/event-dispatcher: ^6.0
- symfony/yaml: ^6.0
Suggests
- ext-phar: In order to use the integrated compile command, you must install and enable the PHAR extension.
- sweikenb/pcntl: Install the sweikenb/pcntl library so you can use process forking in your application.
README
Simple framework for creating console applications.
License: MIT
Please have a look at the framework documentation for more details.
Creating a new project
Create your new project by using the template repository:
composer create-project sweikenb/console-framework-standard ./my-project-dir