"Mastering PHP Design Patterns - Junade Ali" examples and some more (I'm shortening/refactoring/changing some pieces of code)
Creational
- Singleton
- Simple Factory
- Factory
- Abstract Factory
- Lazy Initialization
- Builder
- Prototype
Structural
- Decorator
- Adapter
- FlyWeight
- Composite
- Bridge
- Proxy
- Facade
Behavioral
- Command
- Strategy
- Observer
- State
- Template
- Iterator
- Interpreter
- Memento
- Chain of Responsibility
- Mediator
- Visitor
- Specification
- Scheduled Task