Skip to content

Commit

Permalink
Merge pull request #14 from Vasiliy-Makogon/php8.1
Browse files Browse the repository at this point in the history
Изменения под версию >=8.1
  • Loading branch information
Vasiliy-Makogon committed Sep 16, 2023
2 parents 049e35e + d383a2e commit 70837c6
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 105 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ composer require krugozor/database

## What is `krugozor/database`?

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


Expand Down
2 changes: 1 addition & 1 deletion README_rus.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ composer require krugozor/database

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

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


### Зачем нужен самописный класс для MySql, если в PHP есть абстракция PDO и расширение mysqli?
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"prepare statement",
"mysql class",
"mysql database class",
"mysql database php class"
"mysql database php class",
"mysql db",
"mysql db class",
"php class mysql",
"php class mysql database",
"php class database"
],
"require": {
"php": ">=8.0",
Expand Down
Loading

0 comments on commit 70837c6

Please sign in to comment.