An open API service indexing awesome lists of open source software.

https://github.com/vyzaldysanchez/php-cli-app

CLI app developed in PHP
https://github.com/vyzaldysanchez/php-cli-app

cli dominican php php7 practice

Last synced: 27 days ago
JSON representation

CLI app developed in PHP

Awesome Lists containing this project

README

          

# php-cli-app
CLI app developed in PHP

This app is intended to be just for practicing and improving PHP skills at developing CLI applications.

First of them all, you should have installed [PHP](http://php.net/manual/en/install.php) (version 7 or higher).
You should also have [composer](https://getcomposer.org/download/) installed.

Now, just install all composer deps by running in your command line:
`composer install`

To run this app ensure the file *cli-app* have executing permissions, then just run `./cli-app greet YOUR-NAME` to see the results.

Happy Coding!! :computer: :heart: