gofuroov/yii2-mysql-dumper

Dump databases

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v2 2022-11-11 19:26 UTC

This package is auto-updated.

Last update: 2024-05-11 22:50:53 UTC


README

Dump databases

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist gofuroov/yii2-mysql-dumper "*"

or add

"gofuroov/yii2-mysql-dumper": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \gofuroov\dumper\mysql\AutoloadExample::widget(); ?>```