Gang of Four in the book "Design Patterns: Elements of Reusable Object-Oriented Software" describes 23 classic software design patterns. Let's implement them in PHP.
- Abstract factory
- Builder
- Factory method
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
- Chain
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor