beberlei / litecqrs-php

Small convention based CQRS library for PHP
MIT License
553 stars 47 forks source link

Implement DomainEventProviderInterface, deprecate AggregateRepositoryInterface #41

Closed mbadolato closed 11 years ago

mbadolato commented 11 years ago

Based on my discussion with @beberlei, implement a DomainEventProviderInterface which uses EventProviderInterface in the type hints and deprecate AggregateRepositoryInterface in place of the new interface