iquety / prospection
Secure implementations for critical native functions
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/iquety/prospection
Requires
- php: ^8.4
- iquety/pubsub: dev-main
Requires (Dev)
- codacy/coverage: dev-master
- iquety/docmap: *
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
| English | Português |
|---|
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
- 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 ❤️ & ☕.