项目作者: maxsite

项目描述 :
Sample code for design pattern in PHP
高级语言: PHP
项目地址: git://github.com/maxsite/php-patterns.git
创建时间: 2019-06-21T07:52:57Z
项目社区:https://github.com/maxsite/php-patterns

开源协议:MIT License

下载


Software design pattern for PHP

See details on http://maxsite.org/page/php-patterns

  • “Facade” (Structural)
  • “Fluent interface” (Structural)
  • “Factory method” / “Virtual Constructor” (Creational)
  • “Abstract factory” (Creational)
  • “Singleton” (Creational)
  • “Multiton” (Creational)
  • “Registry” (Structural)
  • “Composite” (Structural)
  • “Builder” (Creational)
  • “Strategy” (Behavioral)
  • “Adapter” (Structural)
  • “Observer” (Behavioral)
  • “Prototype” (Creational)
  • “Bridge” (Structural)
  • “Decorator” (Structural)
  • “Flyweight” (Structural)
  • “Proxy” (Structural)
  • “Template method” (Behavioral)
  • “Dependency injection” (Creational)

(c) MaxSite.org, 2019, http://maxsite.org/