Skip to content

peterdevpl/DesignPatternsPHP

This branch is 433 commits behind DesignPatternsPHP/DesignPatternsPHP:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ea1593 Β· Mar 11, 2018
Nov 15, 2017
Dec 10, 2017
Oct 22, 2017
Dec 11, 2017
Dec 27, 2017
Jan 23, 2018
Aug 15, 2015
Dec 8, 2017
Dec 27, 2017
Sep 17, 2017
Sep 21, 2016
Feb 13, 2018
Dec 27, 2017
Mar 8, 2017
Mar 8, 2017
May 28, 2015
Feb 2, 2018
Apr 1, 2015
Sep 23, 2016

Repository files navigation

DesignPatternsPHP

Build Status Donate

Read the Docs of DesignPatternsPHP or Download as PDF/Epub

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 (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software).

I think the problem with patterns is that often people do know them but don't know when to apply which.

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:

[optional] Using Docker

You can optionally run tests using Docker for Mac or Windows or native one for Linux. Just run:

docker-compose up

Install dependencies

$ composer install

Read more about how to install and use Composer on your local machine here.

If you are using Docker, you just have to run:

docker-compose run composer install

Running test suite

$ ./vendor/bin/phpunit

Patterns

The patterns can be structured in roughly three different categories. Please click on the πŸ““ for a full explanation of the pattern on Wikipedia.

Contribute

If you encounter any bugs or missing translations, please feel free to fork and send a pull request with your changes. To establish a consistent code quality, please check your code using PHP_CodeSniffer against PSR2 standard using ./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor ..

About

sample code for several design patterns in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.3%
  • Python 7.7%
  • Makefile 6.5%
  • Batchfile 5.9%
  • Shell 0.6%