An open API service indexing awesome lists of open source software.

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

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/