iquety / domain
Implementation and abstractions to make domain models
v0.0.1
2023-02-20 16:42 UTC
Requires
- php: ^8.2.0
- iquety/pubsub: dev-main
Requires (Dev)
- codacy/coverage: dev-master
- iquety/docmap: dev-main
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
Synopsis
This repository contains the necessary tools for implementing an domain model.
composer require iquety/domain
For detailed information, see Documentation Summary.
Characteristics
- Made for PHP 8.2 or higher;
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ & ☕.