kuusas / design-patterns-in-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Scrutinizer Code Quality

Design patterns in PHP

Idea

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.

Done

Creational

  • Abstract factory
  • Builder
  • Factory method
  • Prototype
  • Singleton

Structural

  • Adapter

TODO

Structural

  • Bridge
  • Composite
  • Decorator
  • Facade
  • Flyweight
  • Proxy

Behavioral

  • Chain
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Observer
  • State
  • Strategy
  • Template method
  • Visitor

About


Languages

Language:PHP 100.0%