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
- Host: GitHub
- URL: https://github.com/pozitronik/yii2-dbmon
- Owner: pozitronik
- License: gpl-3.0
- Created: 2021-06-25T11:51:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T07:13:55.000Z (about 3 years ago)
- Last Synced: 2025-01-22T03:42:24.368Z (5 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.