Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngmy/php-specification-example

This project is a code example of using the PHP Specification to implement a specification pattern. It is written following Domain-Driven Design approach and has a code example of combining a specification and a repository. It uses Eloquent and Doctrine for the ORM.
https://github.com/ngmy/php-specification-example

business-rule criteria ddd design-pattern doctrine domain-driven-design eloquent laravel orm php specification specification-pattern

Last synced: about 1 month ago
JSON representation

This project is a code example of using the PHP Specification to implement a specification pattern. It is written following Domain-Driven Design approach and has a code example of combining a specification and a repository. It uses Eloquent and Doctrine for the ORM.

Awesome Lists containing this project

README

        

# PHP Specification Example

This project is a code example of using the [PHP Specification](https://github.com/ngmy/php-specification) to implement a specification pattern.
It is written following Domain-Driven Design approach and has a code example of combining a specification and a repository.
It uses Eloquent and Doctrine for the ORM.