2017 © Pedro Peláez
 

library design-patterns-php

Sample code for several design patterns in PHP

image

domnikl/design-patterns-php

Sample code for several design patterns in PHP

  • Thursday, July 19, 2018
  • by jean-pasqualini
  • Repository
  • 1303 Watchers
  • 15563 Stars
  • 145 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3330 Forks
  • 1 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

DesignPatternsPHP

Build Status Documentation Status, (*1)

Read the Docs of DesignPatternsPHP or Download as PDF/Epub, (*2)

This is a collection of known design patterns and some sample codes on how to implement them in PHP. Every pattern has a small list of examples., (*3)

I think the problem with patterns is that often people do know them but don't know when to apply which. Remember that each pattern has its own trade-offs. And you need to pay attention more to why you're choosing a certain pattern than to how to implement it., (*4)

Installation

You should look at and run the tests to see what happens in the example. To do this, you should install dependencies with Composer first:, (*5)

$ composer install

Read more about how to install and use Composer on your local machine here., (*6)

To run the tests use phpunit:, (*7)

$ ./vendor/bin/phpunit

Using Docker (optional)

You can optionally build and browse the documentation using Docker for Mac, Windows or Linux., (*8)

Just run:, (*9)

$ docker-compose up --build

Go to http://localhost:8080/ to read the generated documentation., (*10)

If you want to localize your documentation you can pass the locale as an argument to the docker build:, (*11)

$ docker-compose build --build-arg language=de
$ docker-compose up

Patterns

The patterns can be structured in roughly three different categories. Please click on the :notebook: for a full explanation of the pattern on Wikipedia., (*12)

Creational

Structural

Behavioral

More

Localization & Supported Languages

The following languages are currently available. However not all are actively supported. The current policy is: if there are no native-speaking maintainers we cannot support the given language. We will still leave the translation as is but we will not update it as the base (English) changes. The table below list which language version is considered "supported" and who maintains it., (*13)

We're sorry. We would love to maintain them but it is not possible for us. So if you would like to take care of one or more languages - contact us., (*14)

Code Language Documentation Actively Supported? Maintainer
en English Docs :notebook: YES --
de German Docs :notebook: NO -
ca Catalan Docs :notebook: NO -
zh_CN Chinese Docs :notebook: NO -
nl Dutch Docs :notebook: NO -
bg Bulgarian Docs :notebook: YES --
ja Japanese Docs :notebook: NO -
pl Polish Docs :notebook: NO -
pt_BR Portuguese-Brazil Docs :notebook: NO -
ru Russian Docs :notebook: NO -
es Spanish Docs :notebook: NO -
es_MX Spanish-Mexican Docs :notebook: NO -
tr Turkish Docs :notebook: NO -
fr French Docs :notebook: NO -
it Italian Docs :notebook: NO -
uk Ukrainian Docs :notebook: NO -

The Versions

19/07 2018

dev-master

9999999-dev

Sample code for several design patterns in PHP

  Sources   Download

The Requires

 

The Development Requires

by Dominik Liebler

22/06 2018

dev-decorator-pattern-refactoring

dev-decorator-pattern-refactoring

Sample code for several design patterns in PHP

  Sources   Download

The Requires

 

The Development Requires

by Dominik Liebler

23/09 2016

dev-php7

dev-php7

Sample code for several design patterns in PHP

  Sources   Download

The Requires

 

The Development Requires

by Dominik Liebler

22/09 2016

dev-iterator-bug

dev-iterator-bug

Sample code for several design patterns in PHP

  Sources   Download

The Requires

  • php >=7.0

 

The Development Requires

by Dominik Liebler

07/04 2016

dev-flyweight

dev-flyweight

Sample code for several design patterns in PHP

  Sources   Download

The Development Requires

by Dominik Liebler

04/04 2016

dev-german-translation

dev-german-translation

Sample code for several design patterns in PHP

  Sources   Download

The Development Requires

by Dominik Liebler

21/12 2015

dev-analysis-Xkd11q

dev-analysis-Xkd11q

Sample code for several design patterns in PHP

  Sources   Download

The Development Requires

by Dominik Liebler