cliphar/cliphar-skeleton

PHP CLI应用的框架

2.0.0 2015-08-29 15:00 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:38:48 UTC


README

cliphar应用的构建项目模板

用法

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

为了能够编译phar,您需要安装box

注意:请注意,box需要您的php.ini中设置选项phar.readonly = false

有关用法更多信息,请参阅Cliphar文档