camspiers/php-lib-create
Creates a PHP composer library with useful defaults (github repo, phpunit, travis, namespace, php-cs-fixer, README)
Maintainers
dev-master
2013-04-15 22:47 UTC
Requires
- composer/composer: 1.0.*
- knplabs/github-api: ~1.1
- symfony/config: ~2.1
- symfony/console: ~2.1
- symfony/dependency-injection: ~2.1
- symfony/process: ~2.1
- symfony/yaml: ~2.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 7c93667da6775f2794c1cab9b7a2df30d9af3179
- Cam Spiers <camspiers.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-19 18:00:20 UTC
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
