Template for composer packages with CI and a Docker image for local development.
Go to file Use this template
Chicory ad44b27689
All checks were successful
Run code tests / Run-code-test (push) Successful in 1m28s
Code analyzers configs updates
2024-07-29 10:49:11 +03:00
.gitea/workflows Test workflow added 2024-07-26 18:36:41 +03:00
src Upload 2024-07-25 22:10:23 +03:00
tests Upload 2024-07-25 22:10:23 +03:00
.gitignore Upload 2024-07-25 22:10:23 +03:00
.php-cs-fixer.php Code analyzers configs updates 2024-07-29 10:49:11 +03:00
composer.json Upload 2024-07-25 22:10:23 +03:00
docker-compose.yaml Docker for local development 2024-07-26 19:30:00 +03:00
LICENSE MIT License 2024-07-26 19:33:18 +03:00
Makefile Management commands 2024-07-27 02:36:31 +03:00
phpstan.neon Code analyzers configs updates 2024-07-29 10:49:11 +03:00
phpunit.xml Upload 2024-07-25 22:10:23 +03:00
README.md Management commands 2024-07-27 02:36:31 +03:00

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