dashifen / domain
interfaces and implementation for domains and payload delivery
2.1.3
2019-11-30 20:45 UTC
Requires
- php: >=7.3
- dashifen/database: ^1
- dashifen/session: ^1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
An implementation of a domain for use in an action-domain-responder (ADR) application. Loosely based on the Aura frameworks similar implementations, this one removes the need for separate gateway and filter classes rolling that behavior into the domain and entity objects respectively. This helps cut down on the number of files within the framework while walking right up to the line, but hopefully not across it, separating the single responsibility principle from the abyss.