diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ff49cc2..f8da79f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# MySQL driver for Yii Database Change Log
+# MySQL/MariaDB driver for Yii Database Change Log
## 2.0.0 under development
diff --git a/README.md b/README.md
index 020d19d6..258a52e2 100644
--- a/README.md
+++ b/README.md
@@ -5,33 +5,30 @@
-
Yii Database MySQL and MariaDB driver
+ Yii Database MySQL/MariaDB Driver
[](https://packagist.org/packages/yiisoft/db-mysql)
[](https://packagist.org/packages/yiisoft/db-mysql)
-[](https://codecov.io/gh/yiisoft/db-mysql)
+[](https://github.com/yiisoft/db-mysql/actions/workflows/build.yml)
+[](https://codecov.io/gh/yiisoft/db-mysql)
+[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-mysql/master)
+[](https://github.com/yiisoft/db-mysql/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/db-mysql)
+[](https://shepherd.dev/github/yiisoft/db-mysql)
-MySQL driver for [Yii Database](https://github.com/yiisoft/db) allows developers to access and interact with [MySQL]
-and [MariaDB] databases.
-It provides a set of classes and methods for connecting to a [MySQL] and [MariaDB] database,
-executing SQL queries, and managing data within the database.
-The package is designed to be easy to use and integrate,
-and supports a wide range of [MySQL], [MariaDB] features and functions.
-It also includes support for transactions, database schema management, and error handling.
+MySQL and MariaDB driver for [Yii Database](https://github.com/yiisoft/db) is a package for working with
+[MySQL](https://www.mysql.com/) and [MariaDB](https://mariadb.org/) databases in PHP. It includes a database connection
+class, a command builder class, and a set of classes for representing database tables and rows as PHP objects.
-It is used in [Yii Framework](https://www.yiiframework.com/) but can be used separately.
+Driver supports MySQL 5.7 or higher, and MariaDB 10.4 or higher.
-[MariaDB]: https://mariadb.org/
-[MySQL]: https://www.mysql.com/
+## Requirements
-## Support version
-
-| PHP | MySQL/MariaDB Version | CI-Actions |
-|-------------|-----------------------|------------|
-| **8.1-8.4** |**5.7-8.0**/**10.4-10.10**|[](https://github.com/yiisoft/db-mysql/actions/workflows/build.yml) [](https://github.com/yiisoft/db-mysql/actions/workflows/ansi-mode.yml) [](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-mysql/master) [](https://github.com/yiisoft/db-mysql/actions/workflows/static.yml)
+- PHP 8.1 - 8.4.
+- `pdo_mysql` PHP extension.
+- `ctype` PHP extension.
## Installation
@@ -42,15 +39,16 @@ composer require yiisoft/db-mysql
```
> [!IMPORTANT]
-> It also depends on [PSR-16: Common Interface for Caching Libraries](https://www.php-fig.org/psr/psr-16/) and requires
-> the installation of [PSR-16 implementation](https://packagist.org/providers/psr/simple-cache-implementation).
-> For example, [yiisoft/cache](https://github.com/yiisoft/cache) or one of the other [cache handlers](https://github.com/yiisoft/cache#cache-handlers).
+> See also [installation notes](https://github.com/yiisoft/db/?tab=readme-ov-file#installation) for `yiisoft/db`
+> package.
## Documentation
-[Check the documentation](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md) to learn about usage
+For config connection to MySQL and MariaDB database check
+[Connection config for MySQL and MariaDB](https://github.com/yiisoft/db/blob/master/docs/guide/en/connection/mysql.md).
+
+Check the `yiisoft/db` [docs](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md) to learn about usage.
-- [Connection config for MySQL and MariaDB](https://github.com/yiisoft/db/blob/master/docs/guide/en/connection/mysql.md)
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
@@ -58,7 +56,7 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
## License
-The Yii Database MySQL and MariaDB driver is free software. It is released under the terms of the BSD License.
+The Yii Database MySQL/MariaDB Driver is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
diff --git a/composer.json b/composer.json
index a6d301cd..b64b54f3 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "yiisoft/db-mysql",
"type": "library",
- "description": "MySQL driver for Yii Database",
+ "description": "MySQL/MariaDB driver for Yii Database",
"keywords": [
"yii",
"mysql",