cliphar / cliphar-skeleton
PHP framework for CLI apps
2.0.0
2015-08-29 15:00 UTC
Requires
- php: >=5.5.0
- cliphar/cliphar: ~2.0.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-04-26 19:08:17 UTC
README
A project template for building cliphar apps
Usage
composer create-project cliphar/cliphar-skeleton
cd cliphar-skeleton
git init
git add -A
git commit -am"First commit"
composer update --no-dev
box build
php cliphar-skeleton.phar
To be able to compile the phar you need to install box
*Note: Keep in mind that box requires the option phar.readonly = false
in your php.ini
For more info about usage read the Cliphar docs