codefy
codefy copied to clipboard
A PHP framework for codefying and building complex applications using Domain-Driven Design, CQRS, and Event Sourcing.
Currently the [`Codefy\Framework\Auth\Repository\PdoRepository::authenticate()`](https://github.com/codefyphp/codefy/blob/3.0.x/src/Auth/Repository/PdoRepository.php#L27) method returns `Qubus\Http\Session\SessionEntity`. `SessionEntity` should only be returned in context of a session/cookie. The alternative is to return the database `result` or a DTO. Would love input...
Integrate [qubus/validation](https://github.com/qubusphp/validation) and add form request feature.