Skip to content

Commit 54b4d64

Browse files
committed
readme: added installation notice
1 parent 654a050 commit 54b4d64

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
@@ -18,6 +18,14 @@ Why should you bother setting up framework for a simple web form? You won't have
1818

1919
Nette Framework puts a great effort to be safe and since forms are the most common user input, Nette forms are as good as impenetrable. All is maintained dynamically and transparently, nothing has to be set manually. Well known vulnerabilities such as Cross Site Scripting (XSS) and Cross-Site Request Forgery (CSRF) are filtered, as well as special control characters. All inputs are checked for UTF-8 validity. Every multiple-choice, select box and similar are checked for forged values upon validating. Sounds good? Let's try it out.
2020

21+
Install it using Composer:
22+
23+
```
24+
composer require nette/forms
25+
```
26+
27+
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.
28+
2129
[See documentation](https://doc.nette.org/en/forms).
2230

2331
First form

0 commit comments

Comments
 (0)