renamed README

This commit is contained in:
Dominik Liebler
2013-09-03 13:01:07 +02:00
parent 85f1ae42e6
commit ca41d4d362

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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!*