Files
DesignPatternsPHP/README.markdown
Dominik Liebler 21b904b7d5 Merge pull request #14 from Trismegiste/master
Major improvement
2013-07-01 16:21:57 +02:00

12 lines
561 B
Markdown

# design patterns in PHP #
[![Build Status](https://travis-ci.org/Trismegiste/DesignPatternsPHP.png?branch=master)](https://travis-ci.org/Trismegiste/DesignPatternsPHP)
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 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.
*Please feel free to fork and add your own examples!*