- Notifications
You must be signed in to change notification settings - Fork0
sample code for several design patterns in PHP 8
License
artembeloglazov/DesignPatternsPHP
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
📣 After ~11 years I've decided to archive this project. Sadly I don't have the time nor the resources to maintain it anymore. Thank you for all the PRs, ideas and discussions around patterns over all the years!
Read the Docs of DesignPatternsPHPorDownload as PDF/Epub
This is a collection of known design patterns and some sample codes on how to implement them in PHP. Every pattern has a small list of examples.
I think the problem with patterns is that often people do know them but don't know when to apply which.
You should look at and run the tests to see what happens in the example.To do this, you should install dependencies withComposer first:
$ composer install
Read more about how to install and useComposer on your local machinehere.
To run the tests usephpunit:
$ ./vendor/bin/phpunit
You can optionally build and browse the documentation usingDocker for Mac, Windows or Linux.
Just run:
$ docker-compose up --build
Go tohttp://localhost:8080/ to read the generated documentation.
If you want to localize your documentation you can pass the locale as an argument to the docker build:
$ docker-compose build --build-arg language=de$ docker-compose up
The patterns can be structured in roughly three different categories. Please click on the📓 for a full explanation of the pattern on Wikipedia.
- Adapter📓
- Bridge📓
- Composite📓
- DataMapper📓
- Decorator📓
- DependencyInjection📓
- Facade📓
- FluentInterface📓
- Flyweight📓
- Proxy📓
- Registry📓
- ChainOfResponsibilities📓
- Command📓
- Interpreter📓
- Iterator📓
- Mediator📓
- Memento📓
- NullObject📓
- Observer📓
- Specification📓
- State📓
- Strategy📓
- TemplateMethod📓
- Visitor📓
| Code | Language | Documentation |
|---|---|---|
| ca | Catalan | Docs 📓 |
| zh_CN | Chinese | Docs 📓 |
| nl | Dutch | Docs 📓 |
| en | English | Docs 📓 |
| de | German | Docs 📓 |
| ja | Japanese | Docs 📓 |
| pl | Polish | Docs 📓 |
| pt_BR | Portuguese-Brazil | Docs 📓 |
| ru | Russian | Docs 📓 |
| es | Spanish | Docs 📓 |
| es_MX | Spanish-Mexican | Docs 📓 |
| tr | Turkish | Docs 📓 |
| bg | Bulgarian | Docs 📓 |
| fr | French | Docs 📓 |
| it | Italian | Docs 📓 |
About
sample code for several design patterns in PHP 8
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- PHP85.2%
- Python8.0%
- Makefile6.3%
- Dockerfile0.5%