Skip to content

Commit ce22bf2

Browse files
author
Ivan Vasilkov
committed
Update README
1 parent 805dca8 commit ce22bf2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,24 @@
33
Simple translation and pluralization php library based on files.
44

55
Overview:
6+
- [Requirements](#requirements)
7+
- [Installation](#installation)
68
- [Localization](#localization)
79
- [Pluralization](#pluralization)
810

11+
## Requirements
12+
13+
* PHP 8.1+
14+
* PDO Extension with desired database drivers
15+
16+
## Installation
17+
18+
Install package via composer:
19+
20+
```shell
21+
$ composer require compositephp/localization
22+
```
23+
924
## Localization
1025

1126
First, you need to create new class and extend from `Composite\Localization\AbstractLocalization`

0 commit comments

Comments
 (0)