Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T05:46:07.000Z (over 8 years ago)
- Last Synced: 2024-11-07T18:24:52.488Z (about 2 months ago)
- Topics: command-pattern, design-patterns, facade-pattern, php, proxy-pattern, strategy-pattern
- Language: PHP
- Size: 456 KB
- Stars: 1
- Watchers: 2
- 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