PHP Library Creator

Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)

This project is maintained by camspiers

PHP Library Creator

Enables you to quickly create a PHP library with the following defaults:

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