Files
DesignPatternsPHP/index.rst
2023-09-27 10:21:07 +03:00

39 lines
1.1 KiB
ReStructuredText

.. meta::
:description: a collection of known design patterns along with implementations in PHP8
:keywords: design patterns, php, best practices
.. DesignPatternsPHP
=================
DesignPatternsPHP
=================
.. image:: https://github.com/DesignPatternsPHP/DesignPatternsPHP/workflows/CI/badge.svg
:target: https://github.com/DesignPatternsPHP/DesignPatternsPHP/actions
:alt: Build Status
.. image:: https://readthedocs.org/projects/designpatternsphp/badge/?version=latest
:target: https://readthedocs.org/projects/designpatternsphp/?badge=latest
:alt: Documentation Status
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.
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.
Please click on **the title of every pattern's page** for a full explanation of the pattern on Wikipedia.
.. toctree::
:titlesonly:
:numbered:
Creational/README
Structural/README
Behavioral/README
More/README