camspiers/php-lib-create
Composer 安装命令:
composer require camspiers/php-lib-create
包简介
Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)
README 文档
README
Enables you to quickly create a PHP library with the following defaults:
- Composer config
- Github repo
- Namespace
- Phpunit config
- Travis config
- PHP CS Fixer config
- README file
Installation
Download the php-lib-create.phar executable.
Global installation
$ wget http://camspiers.github.io/php-lib-create/php-lib-create.phar
$ ln -s $PWD/php-lib-create.phar /usr/local/bin/php-lib-create
Updating
To stay up to date run
$ php php-lib-create.phar self-update
Usage
$ php php-lib-create.phar create
or
$ php php-lib-create.phar create -d ~/somedir
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-02