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 (version 7 or higher). You should also have composer 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!! 💻 ❤️