krzysztof-moskalik/console-app

Simple boostrap for any console application

Maintainers

Package info

github.com/KrzysztofMoskalik/console-app

Type:project

pkg:composer/krzysztof-moskalik/console-app

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-01-20 22:56 UTC

This package is auto-updated.

Last update: 2026-02-20 23:05:38 UTC


README

Simple boostrap for any console application.

Just add your Symfony Command class(es) to src/Command/ directory.

Note: any command must be a valid Symfony Console Command class (must extend Symfony\Component\Console\Command\Command class)

Note: root namespace for src/ directory is set to App\\.

And that's it! You can run application by php bin\console