https://github.com/redsign77/dp2
Design patterns II.
https://github.com/redsign77/dp2
command-pattern design-patterns facade-pattern php proxy-pattern strategy-pattern
Last synced: 6 months ago
JSON representation
Design patterns II.
- Host: GitHub
- URL: https://github.com/redsign77/dp2
- Owner: RedSign77
- License: gpl-3.0
- Created: 2016-05-18T06:34:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T05:46:07.000Z (over 9 years ago)
- Last Synced: 2025-05-20T18:58:09.393Z (8 months ago)
- Topics: command-pattern, design-patterns, facade-pattern, php, proxy-pattern, strategy-pattern
- Language: PHP
- Size: 456 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design patterns II.
## Overview
This repo is an example for my second Design Pattern workshop on the [AionHill - Magento Development](http://aionhill.com) company.
### Design pattern examples
- Facade pattern
- Strategy pattern
- Command pattern
- Proxy pattern