https://github.com/sohelamin/php-design-patterns
PHP Design Patterns Example
https://github.com/sohelamin/php-design-patterns
design-patterns
Last synced: 6 months ago
JSON representation
PHP Design Patterns Example
- Host: GitHub
- URL: https://github.com/sohelamin/php-design-patterns
- Owner: sohelamin
- Created: 2016-05-13T16:24:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T17:17:15.000Z (over 7 years ago)
- Last Synced: 2025-04-02T15:06:13.576Z (6 months ago)
- Topics: design-patterns
- Language: PHP
- Size: 10.7 KB
- Stars: 19
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Design Patterns
## Patterns
- [x] Adapter
- [x] DependencyInjection
- [x] Facade
- [x] Factory
- [x] Observer
- [x] Singleton
- [x] Strategy
- [x] Iterator
- [x] Proxy
- [x] Decorator
- [ ] S.O.L.I.D Principle
- [ ] CLEAN Architecture