https://github.com/maxsite/php-patterns
Sample code for design pattern in PHP
https://github.com/maxsite/php-patterns
code-examples design-pattern design-pattern-php design-patterns designpatternsphp oop php
Last synced: 21 days ago
JSON representation
Sample code for design pattern in PHP
- Host: GitHub
- URL: https://github.com/maxsite/php-patterns
- Owner: maxsite
- License: mit
- Created: 2019-06-21T07:52:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T19:51:38.000Z (over 5 years ago)
- Last Synced: 2025-03-23T22:23:29.643Z (about 1 month ago)
- Topics: code-examples, design-pattern, design-pattern-php, design-patterns, designpatternsphp, oop, php
- Language: PHP
- Homepage: http://maxsite.org/page/php-patterns
- Size: 21.5 KB
- Stars: 32
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software design pattern for PHP
See details on http://maxsite.org/page/php-patterns
* "Facade" (Structural)
* "Fluent interface" (Structural)
* "Factory method" / "Virtual Constructor" (Creational)
* "Abstract factory" (Creational)
* "Singleton" (Creational)
* "Multiton" (Creational)
* "Registry" (Structural)
* "Composite" (Structural)
* "Builder" (Creational)
* "Strategy" (Behavioral)
* "Adapter" (Structural)
* "Observer" (Behavioral)
* "Prototype" (Creational)
* "Bridge" (Structural)
* "Decorator" (Structural)
* "Flyweight" (Structural)
* "Proxy" (Structural)
* "Template method" (Behavioral)
* "Dependency injection" (Creational)(c) MaxSite.org, 2019, http://maxsite.org/