We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805dca8 commit ce22bf2Copy full SHA for ce22bf2
README.md
@@ -3,9 +3,24 @@
3
Simple translation and pluralization php library based on files.
4
5
Overview:
6
+- [Requirements](#requirements)
7
+- [Installation](#installation)
8
- [Localization](#localization)
9
- [Pluralization](#pluralization)
10
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
24
## Localization
25
26
First, you need to create new class and extend from `Composite\Localization\AbstractLocalization`
0 commit comments