Skip to content

Commit d383a2e

Browse files
PHP >= 8.1
1 parent 049e35e commit d383a2e

File tree

4 files changed

+133
-105
lines changed

4 files changed

+133
-105
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composer require krugozor/database
1313

1414
## What is `krugozor/database`?
1515

16-
`krugozor/database` is a PHP 8.0 class library for simple, convenient, fast and secure work with the MySql database, using
16+
`krugozor/database` is a PHP >= 8.0 class library for simple, convenient, fast and secure work with the MySql database, using
1717
the PHP extension [mysqli](https://www.php.net/en/mysqli).
1818

1919

README_rus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ composer require krugozor/database
88

99
## Что такое `krugozor/database`?
1010

11-
`krugozor/database` — библиотека классов на PHP 8.0 для простой, удобной, быстрой и безопасной работы с базой данных MySql, использующая расширение PHP [mysqli](https://www.php.net/manual/ru/book.mysqli.php).
11+
`krugozor/database` — библиотека классов на PHP >= 8.0 для простой, удобной, быстрой и безопасной работы с базой данных MySql, использующая расширение PHP [mysqli](https://www.php.net/manual/ru/book.mysqli.php).
1212

1313

1414
### Зачем нужен самописный класс для MySql, если в PHP есть абстракция PDO и расширение mysqli?

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"prepare statement",
1414
"mysql class",
1515
"mysql database class",
16-
"mysql database php class"
16+
"mysql database php class",
17+
"mysql db",
18+
"mysql db class",
19+
"php class mysql",
20+
"php class mysql database",
21+
"php class database"
1722
],
1823
"require": {
1924
"php": ">=8.0",

0 commit comments

Comments
 (0)