Merge pull request #140 from bocharsky-bw/patch-2

Remove composer.phar and add short installation instruction
This commit is contained in:
Dominik Liebler
2015-06-02 13:28:09 +02:00
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,16 @@ This is a collection of known design patterns and some sample code how to implem
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:
```bash
$ composer install
```
Read more about how to install and use `Composer` on your local machine [here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
## Patterns
The patterns can be structured in roughly three different categories. Please click on the [:notebook:](http://en.wikipedia.org/wiki/Software_design_pattern) for a full explanation of the pattern on Wikipedia.

Binary file not shown.