Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 539 Bytes

File metadata and controls

executable file
·
31 lines (18 loc) · 539 Bytes

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

  • Support Clang

  • [] Support Windows