Skip to content

Commit 18d47c6

Browse files
committed
readme: updated
1 parent b7c6f38 commit 18d47c6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

readme.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,32 @@ Nette Security: Access Control
77
[![Latest Stable Version](https://poser.pugx.org/nette/security/v/stable)](https://github.com/nette/security/releases)
88
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/security/blob/master/license.md)
99

10+
11+
Introduction
12+
============
13+
14+
Authentication & Authorization library for Nette.
15+
1016
- user login and logout
1117
- verifying user privileges
1218
- securing against vulnerabilities
1319
- how to create custom authenticators and authorizators
1420
- Access Control List
1521

16-
Install it using Composer:
22+
Documentation can be found on the [website](https://doc.nette.org/access-control).
23+
24+
25+
Installation
26+
============
27+
28+
The recommended way to install is via Composer:
1729

1830
```
1931
composer require nette/security
2032
```
2133

22-
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.
34+
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
35+
2336

2437
Authentication
2538
==============

0 commit comments

Comments
 (0)