We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5b790 commit cf8f133Copy full SHA for cf8f133
readme.md
@@ -17,6 +17,17 @@ The [Nette Database Core](https://doc.nette.org/database-core) is a wrapper arou
17
18
The [Nette Database Explorer](https://doc.nette.org/database-explorer) layer helps you to fetch database data more easily and in a more optimized way.
19
20
+Installation
21
+------------
22
+
23
+Install it using Composer:
24
25
+```
26
+composer require nette/database
27
28
29
+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.
30
31
32
Documentation
33
-------------
0 commit comments