yoanm / init-php-repository
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 13
Type:project
Requires
- php: >=5.5
- twig/twig: ~1.0
Requires (Dev)
- behat/behat: ~3.0
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2022-02-21 19:05:53 UTC
README
Install
git clone git@github.com:yoanm/initPhpRepository.git
cd initPhpRepository
composer build
How to
Initiliaze
Go to repository folder an type :
- Library
PATH_TO_BIN/initPhpRepository library
- Project Go to project repository folder an type :
PATH_TO_BIN/initPhpRepository [project]
Symfony
In case the library is used in symfony invironment, type the following :
PATH_TO_BIN/initPhpRepository library --symfony
Run specific templates
PATH_TO_BIN/initPhpRepository --id ID_1 --id ID_2
List
PATH_TO_BIN/initPhpRepository -l
Existing file override
Override all
PATH_TO_BIN/initPhpRepository -f
Ask before overriding
PATH_TO_BIN/initPhpRepository --ask-before-override
Help
PATH_TO_BIN/initPhpRepository -h
Tests
This repository follow a custom test strategy