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: 26 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T17:01:07.000Z (over 2 years ago)
- Last Synced: 2025-02-05T19:11:44.983Z (3 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: 1
- 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.