An open API service indexing awesome lists of open source software.

https://github.com/pozitronik/yii2-dbmon

Database monitoring module for Yii2
https://github.com/pozitronik/yii2-dbmon

Last synced: 3 months ago
JSON representation

Database monitoring module for Yii2

Awesome Lists containing this project

README

        

Yii2-dbmon
==========
Модуль для мониторинга запросов, выполняемых приложением на БД.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
php composer.phar require pozitronik/yii2-dbmon "dev-master"
```

or add

```
"pozitronik/yii2-dbmon": "dev-master"
```

to the require section of your `composer.json` file.

Requirements
------------

PHP >= 7.4.0

Usage
-----
Not documented yet.