Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-damian/design-patterns-php
Design Patterns PHP - Examples with PHP 8.3
https://github.com/s-damian/design-patterns-php
active-record-design-pattern adapter-pattern decorator-pattern dependency-injection-container dependency-injection-pattern design-patterns facade-pattern factory-pattern multiton-pattern mvc mvc-pattern observer-pattern php php8 php83 singleton-pattern
Last synced: about 1 month ago
JSON representation
Design Patterns PHP - Examples with PHP 8.3
- Host: GitHub
- URL: https://github.com/s-damian/design-patterns-php
- Owner: s-damian
- Created: 2021-04-22T09:41:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T08:15:29.000Z (9 months ago)
- Last Synced: 2024-09-28T20:21:06.351Z (about 2 months ago)
- Topics: active-record-design-pattern, adapter-pattern, decorator-pattern, dependency-injection-container, dependency-injection-pattern, design-patterns, facade-pattern, factory-pattern, multiton-pattern, mvc, mvc-pattern, observer-pattern, php, php8, php83, singleton-pattern
- Language: PHP
- Homepage:
- Size: 552 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Patterns - Examples with PHP 8.3
Here are some examples of design patterns in PHP 8
## Auteur
[![PHP Developer](https://raw.githubusercontent.com/s-damian/medias/main/s-damian-logo-full-stack.webp)](https://github.com/s-damian)
## Design Patterns
* [Active record](https://github.com/s-damian/design-patterns-php/tree/master/src/active-record)
* [Adapter](https://github.com/s-damian/design-patterns-php/tree/master/src/adapter)
* [Decorator](https://github.com/s-damian/design-patterns-php/tree/master/src/decorator)
* [Dependency injection](https://github.com/s-damian/design-patterns-php/tree/master/src/dependency-injection)
* [Dependency injection container (DIC)](https://github.com/s-damian/design-patterns-php/tree/master/src/dependency-injection-container)
* [Facade](https://github.com/s-damian/design-patterns-php/tree/master/src/facade)
* [Factory](https://github.com/s-damian/design-patterns-php/tree/master/src/factory)
* [MVC (Model-View-Controller)](https://github.com/s-damian/design-patterns-php/tree/master/src/mvc)
* [Multiton](https://github.com/s-damian/design-patterns-php/tree/master/src/multiton)
* [Observer](https://github.com/s-damian/design-patterns-php/tree/master/src/observer)
* [Singleton](https://github.com/s-damian/design-patterns-php/tree/master/src/singleton)
## Contributing
### Bugs and Suggestions
If you discover an error or if you have a suggestion for me, please send me a message.