Design Patterns Written in PHP This repository is a collection of code examples for the standard catalog of design patterns List of design patterns 1. GOF Design Patterns Elements of Reusable Object-Oriented Software Creational Singleton Factory Method Abstract Factory Prototype Builder Structural Adapter Bridge Composite Decorator Facade Flyweight Proxy Behavioral Chain of Responsibility Command Interpreter Iterator Mediator Memento Observer State Strategy Template Visitor