designpatternsphp-zh-cn.readthedocs.io - PHP设计模式范例 — DesignPatternsPHP 1.0 文档

Description: a collection of known design patterns along with implementations in PHP8

php (15759) best practices (294) design patterns (58)

Example domain paragraphs

This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples.

我认为人们对于设计模式抱有的问题在于大家都了解它们却不知道该如何在实际中使用它们。

模式可以简单的被分为三大类。你可以点击每个模式页面下的标题来转到维基百科页面,来获取关于该模式更为详细的解释。