pozitronik/yii2-dbmon

Database monitoring for Yii2

Installs: 3 085

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:yii2-extension

1.0.1 2022-06-03 07:13 UTC

This package is auto-updated.

Last update: 2024-03-30 00:19:24 UTC


README

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

Installation

The preferred way to install this extension is through composer.

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.