iquety / prospection
Secure implementations for critical native functions
v0.1.0
2023-02-22 16:18 UTC
Requires
- php: ^8.2.0
- iquety/domain: dev-main
- 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 event-based architecture.
This modality, also called "Event Prospecting", stores the events of all entities in a single "table", removing the need for different schemas for each entity.
composer require iquety/prospection
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 ❤️ & ☕.