Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f385a3

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#140 from bocharsky-bw/patch-2
Remove composer.phar and add short installation instruction
2 parents 7e707cc + 581b847 commit 9f385a3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This is a collection of known design patterns and some sample code how to implem
99

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

12+
## Installation
13+
You should look at and run the tests to see what happens in the example.
14+
To do this, you should install dependencies with `Composer` first:
15+
16+
```bash
17+
$ composer install
18+
```
19+
20+
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).
21+
1222
## Patterns
1323

1424
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.

composer.phar

-942 KB
Binary file not shown.

0 commit comments

Comments
 (0)