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
- Host: GitHub
- URL: https://github.com/vyzaldysanchez/php-cli-app
- Owner: vyzaldysanchez
- License: mit
- Created: 2017-07-22T02:50:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T04:00:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-01T17:13:52.588Z (over 1 year ago)
- Topics: cli, dominican, php, php7, practice
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: