**Design Patterns** implemented or otherwise to be included. **Creational** - [x] Abstract Factory - [x] Factory Method - [x] Builder - [x] Prototype - [x] Singleton - [x] Pool - [x] Prototype - [x] Simple Factory - [x] Static Factory **Structural** - [x] Adapter - [x] Data Mapper - [x] Facade - [x] Bridge - [x] Composite - [x] Decorator - [x] Dependency Injection - [ ] Fluent Interface - [ ] Flyweight - [x] Proxy - [x] Registry **Behavioral** - [x] Chain Of Responsibilities - [x] Command - [x] Iterator - [ ] Mediator - [ ] Memento - [ ] Null Object - [x] Observer - [ ] Specification - [ ] State - [ ] Strategy - [ ] Template Method - [ ] Visitor **More** - [ ] Service Locator - [ ] Repository - [ ] Entity-Attribute-Value (EAV)
Design Patterns implemented or otherwise to be included.
Creational
Structural
Behavioral
More