php-ext-design-patterns icon indicating copy to clipboard operation
php-ext-design-patterns copied to clipboard

Simple Design Patterns

php-ext-design-patterns Build Status

Install

    phpize && ./configure && make && make test && make install

Required

  • PHP > 7.x
  • GCC > 4.8

Finshed (已完成)

Abstract Factory (抽象工厂模式)

Adatpter (适配器模式)

Bridge (桥接模式)

Facade (Facade模式)

DependencyInjection (DI)

Commander (Commander)

TODO

  • [x] Support Clang

  • [] Support Windows