Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 258 Bytes

PHP's examples of software design patterns

  • Abstract factory
  • Adapter
  • Strategy
  • Mediator
  • Decorator
  • Singleton
  • Bridge
  • Builder
  • ServiceLocator

and other concept:

  • Signals and slots (Qt-liked)
  • True MVC graph scheme: