Validated implementation of Collection interface from doctrine/collections.
Go to file
Chicory ☕ 18b7bdeb60
All checks were successful
Run code tests / Run-code-test (push) Successful in 1m1s
Initial commit
2024-10-29 09:53:57 +01:00
.gitea/workflows Initial commit 2024-10-29 09:53:57 +01:00
docker Initial commit 2024-10-29 09:53:57 +01:00
src Initial commit 2024-10-29 09:53:57 +01:00
tests Initial commit 2024-10-29 09:53:57 +01:00
.gitignore Initial commit 2024-10-29 09:53:57 +01:00
.php-cs-fixer.php Initial commit 2024-10-29 09:53:57 +01:00
composer.json Initial commit 2024-10-29 09:53:57 +01:00
LICENSE Initial commit 2024-10-29 09:53:57 +01:00
Makefile Initial commit 2024-10-29 09:53:57 +01:00
phpstan.neon Initial commit 2024-10-29 09:53:57 +01:00
phpunit.xml Initial commit 2024-10-29 09:53:57 +01:00
README.md Initial commit 2024-10-29 09:53:57 +01: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 check

make code-style-check

Run analyzer

make analyze-code

Run unit tests

make run-unit-tests

Run full test

make full-test

Remove all docker data

make prune