mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-17 21:31:15 +02:00
Merge pull request #140 from bocharsky-bw/patch-2
Remove composer.phar and add short installation instruction
This commit is contained in:
10
README.md
10
README.md
@@ -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.
|
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
|
## 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.
|
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.
|
||||||
|
BIN
composer.phar
BIN
composer.phar
Binary file not shown.
Reference in New Issue
Block a user