Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ngmy/php-specification-example
- Owner: ngmy
- Created: 2022-07-18T15:00:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T17:01:07.000Z (over 2 years ago)
- Last Synced: 2024-05-02T16:24:01.435Z (9 months ago)
- Topics: business-rule, criteria, ddd, design-pattern, doctrine, domain-driven-design, eloquent, laravel, orm, php, specification, specification-pattern
- Language: PHP
- Homepage: https://github.com/ngmy/php-specification
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.