cliphar/cliphar-skeleton

PHP framework for CLI apps

Maintainers

Package info

github.com/jjtorroglosa/cliphar-skeleton

Homepage

pkg:composer/cliphar/cliphar-skeleton

Statistics

Installs: 78

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

2.0.0 2015-08-29 15:00 UTC

This package is not auto-updated.

Last update: 2026-02-28 23:23:02 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