laraws/symfony-cli

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

Maintainers

Package info

github.com/laraws/symfony-cli

pkg:composer/laraws/symfony-cli

Statistics

Installs: 91

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.02 2022-09-04 13:47 UTC

This package is auto-updated.

Last update: 2026-03-04 22:00:24 UTC


README

A symfony cli template to create command line app.

How to use

Create symfony cli project

composer create-project laraws/symfony-cli your_cli_project_name

Run your project

cd your_cli_project_name
bin/symfony-cli

Write your own commands at src/Command folder, then add your new class at bin/symfony-cli file.

reference

https://symfony.com/doc/current/components/console.html