design-patterns The examples of the Gang of Four's design patterns in PHP. Creational AbstractFactory Builder FactoryMethod Prototype Singleton Structural Adapter Bridge Composite Decorator Facade Flyweight Proxy Behavioral Chain of responsibility Command Interpreter Observer Strategy TemplateMethod Visitor Don't forget to check out test cases in order to fully understand the patterns.