# pattern-guidance **Repository Path**: mickelfeng/pattern-guidance ## Basic Information - **Project Name**: pattern-guidance - **Description**: PHP设计模式 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP ## README [github 搜索 ](https://github.com/search?l=PHP&p=3&q=pattern&type=Repositories) [design-patterns-by-php](https://github.com/flyingalex/design-patterns-by-php) 《大话设计模式》php版本 [phpDesignPattern](https://github.com/igo9go/phpDesignPattern) PHP中常用的设计模式的一些小demo [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)sample code for several design patterns in PHP [easy-tips](https://github.com/TIGERB/easy-tips) A little Tips in my Code Career with PHP fire https://tips.git.tigerb.cn [php_design_patterns](https://github.com/yunkaiyueming/php_design_patterns) PHP设计模式的使用 [DesignPattern](https://github.com/hoohack/DesignPattern) 设计模式:PHP和Go语言实现 系统学习设计模式(PHP代码演示) ==== 本文由 [xujiajun](https://github.com/xujiajun) 整理、编辑并在 [CC BY-SA 3.0][CC] 协议下发布,主要为了给自己和各位朋友作为系统学习设计模式的参考资料。 [CC]: http://zh.wikipedia.org/wiki/Wikipedia:CC "Wiki: CC" [PHP设计模式系列](http://blog.csdn.net/initphp/article/category/1171958) [PHP设计模式简介](http://larabase.com/collection/5/post/157) - - - 前言 ---- 点击右上角的 **[Watch](https://github.com/xujiajun/Learning-Pattern/subscription)** 进行订阅,点击 Star 进行收藏。[点击讨论](https://github.com/xujiajun/Pattern-guidance/issues)

目录

- [1、模式简介](Introduction.md) - [2、单例模式(Singleton)](Singleton.md) - [3、工厂方法模式(FactoryMethod)](FactoryMethod.md) - [4、抽象工厂模式(AbstractFactory)](AbstractFactory.md) - [5、原型模式(Prototype)](Prototype.md) - [6、组合模式(Composite)](Composite.md) - [7、装饰模式(Decorator)](Decorator.md) - [8、外观模式(Facade)](Facade.md)