cliphar/cliphar-skeleton

PHP framework for CLI apps

2.0.0 2015-08-29 15:00 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:17:29 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