Skip to content

samsonasik/console-skeleton-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console skeleton application

Start point to build console application in PHP

Foldering

Getting Started

git clone git@github.com:gianarb/console-skeleton-app
cd console-skeleton-app
bin/console

This is the entrypoint of this application, the output is

~/git/console-skeleton-app
09:44 $ bin/console
 Skeleton App, version 0.0.1

Available commands:

 autocomplete  Command autocompletion setup
 hello         Good morning!! This is a beautiful day
 help          Get help for individual commands
 version       Display the version of the script

Hello command

~/git/console-skeleton-app 
09:44 $ bin/console hello --name=John
Skeleton App, version 0.0.1

Hi John, you have call me. Now this is an awesome day!

About

PHP skeleton to build console application

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors