Search by

alucas / iim-td2

Arthur-Lucas

A beautiful demo package

1.0.0 2023-07-03 08:42 UTC

This package is auto-updated.

Last update: 2026-08-29 03:02:58 UTC


README

Last version

Installation

composer require alucas/iim-td2

Local development

composer install
 php vendor/bin/phpstan analyse src --level=max
php vendor/bin/php-cs-fixer fix src --rules=@PSR12
php vendor/bin/phpunit tests