korchasa / app-blueprint
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP app/lib blueprint
0.2
2017-08-08 19:04 UTC
Requires
- roave/security-advisories: dev-master
Requires (Dev)
- php: >=7.0
- phpstan/phpstan: *
- phpunit/phpunit: ^6.0
- sebastian/phpcpd: *
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2020-03-30 00:30:34 UTC
README
Structure, code style, static analysis, PHPUnit, travis-ci template, alpine-based Docker.
Create project:
composer create-project korchasa/app-blueprint <project_dir>
Dev usage:
composer check-loop --timeout=0 # check everything every 10 secs
Other scripts:
composer style # check code style with code_sniffer composer style-fix # fix code style composer analyze # static analysis composer unit # run unit tests composer check # style && analyze && unit
Generate Dockerfile
from composer platform reqs
docker run --rm -v "$(pwd)":/work korchasa/composer2docker > Dockerfile