library php-lib-create
Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)
camspiers/php-lib-create
Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)
- Tuesday, April 16, 2013
- by camspiers
- Repository
- 1 Watchers
- 1 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
PHP Library Creator
Enables you to quickly create a PHP library with the following defaults:, (*1)
- Composer config
- Github repo
- Namespace
- Phpunit config
- Travis config
- PHP CS Fixer config
- README file
Installation
Download the php-lib-create.phar executable., (*2)
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, (*3)
$ php php-lib-create.phar self-update
Usage
$ php php-lib-create.phar create
or, (*4)
$ php php-lib-create.phar create -d ~/somedir
dev-master
9999999-dev
Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)
Sources
Download
MIT
The Requires