Add example for installing predis by Composer (#772)

* Add example for installing predis by Composer

* Update README.md

Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
This commit is contained in:
Jayin Taung
2022-06-13 22:54:46 +08:00
committed by GitHub
parent 99c253733d
commit 7d7b3416a8
+4
View File
@@ -35,6 +35,10 @@ This library can be found on [Packagist](http://packagist.org/packages/predis/pr
management of projects dependencies using [Composer](http://packagist.org/about-composer).
Compressed archives of each release are [available on GitHub](https://github.com/predis/predis/releases).
```shell
composer require predis/predis
```
### Loading the library ###