johnpancoast / precept
PHP interfaces and abstractions to help with the domain layer
0.1.0
2017-03-02 19:39 UTC
Requires
- php: >=5.4.0
- doctrine/common: ^2.0
- johnpancoast/php-common: ^6.3
- psr/log: ^1.0
- symfony/event-dispatcher: ^2.0 | ^3.2
- symfony/serializer: ^2.0 | ^3.2
- symfony/validator: ^2.0 | ^3.2
This package is not auto-updated.
Last update: 2024-12-22 05:50:10 UTC
README
No longer in use and will be deleted soon.
PHP interfaces and abstractions to help with separating your models from the rest of your application.
As this grows it may borrow some ideas from DDD but it isn't meant to be a true DDD solution. It's meant to provide something basic to separate models from the rest of the app while still benefitting from quick development.
The APIs are moving as are branches, don't expect to use this yet.
This is a work in progress. Docs to come.