DesignPatternsPHP/README.rst

39 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2015-04-02 00:06:29 +02:00
.. DesignPatternsPHP
2015-04-05 03:29:00 +02:00
=================
2015-04-02 00:03:33 +02:00
DesignPatternsPHP
=================
2019-12-15 20:08:59 +01:00
.. image:: https://github.com/domnikl/DesignPatternsPHP/workflows/CI/badge.svg
:target: https://github.com/domnikl/DesignPatternsPHP/actions
2018-06-14 23:02:18 +02:00
:alt: Build Status
2015-04-05 03:29:00 +02:00
.. image:: https://readthedocs.org/projects/designpatternsphp/badge/?version=latest
:target: https://readthedocs.org/projects/designpatternsphp/?badge=latest
2015-04-02 00:33:44 +02:00
:alt: Documentation Status
2015-04-02 00:03:33 +02:00
2017-12-27 08:07:51 +01:00
.. image:: https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square
2017-12-27 08:26:12 +01:00
:target: https://paypal.me/DominikLiebler
2017-12-27 08:07:51 +01:00
:alt: Donate
2015-04-05 03:29:00 +02:00
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.
2015-04-02 00:03:33 +02:00
I think the problem with patterns is that often people do know them but
don't know when to apply which.
Patterns
--------
The patterns can be structured in roughly three different categories.
2015-04-05 03:29:00 +02:00
Please click on **the title of every pattern's page** for a full explanation of the pattern on Wikipedia.
2015-04-02 00:03:33 +02:00
2015-04-02 00:16:16 +02:00
.. toctree::
:titlesonly:
:numbered:
Creational/README
Structural/README
Behavioral/README
More/README