Example of CLI app in PHP (tuto)
Example of CLI app in PHP
composer install
./bin/cliph
Install the box tool, then run box build to build a PHAR file. Then you can launch the app: ./cliph.phar.
box build
./cliph.phar
MattKetmo
Back