Template for composer packages with CI and a Docker image for local development.
Chicory
d6d7fbfacc
All checks were successful
Run code tests / Run-code-test (push) Successful in 1m1s
|
||
---|---|---|
.gitea/workflows | ||
docker | ||
src | ||
tests | ||
.gitignore | ||
.php-cs-fixer.php | ||
composer.json | ||
LICENSE | ||
Makefile | ||
phpstan.neon | ||
phpunit.xml | ||
README.md |
Composer package template
Template for composer packages with CI and a Docker image for local development.
Commands
Install dependencies
make install
Сode style fixer
make code-style-fix
Сode style fixer
make code-style-fix
Сode style check
make code-style-check
Run analyzer
make analyze-code
Run Run unit tests
make run-unit-tests
Run full test
make full-test
Remove all docker data
make prune