Skip to content

Commit 9b1ebe3

Browse files
committed
readme: added installation notice
1 parent 4a14853 commit 9b1ebe3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Nette Caching
99

1010
Cache accelerates your application by storing data - once hardly retrieved - for future use.
1111

12+
Install it using Composer:
13+
14+
```
15+
composer require nette/caching
16+
```
17+
18+
The last stable release requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1). The dev-master version requires PHP 7.1.
19+
1220
Nette offers a very intuitive API for cache manipulation. After all, you wouldn't expect anything else, right? ;-)
1321
Before we show you the first example, we need to think about place where to store data physically. We can use a database, //Memcached// server,
1422
or the most available storage - hard drive:

0 commit comments

Comments
 (0)