synon / mogo
Mogo is php library for export MYSQL database.
dev-main
2023-05-28 16:19 UTC
This package is auto-updated.
Last update: 2025-03-28 20:48:07 UTC
README
Mogo is php library for export MYSQL database.
Table of Contents
- Get started with Mogo
- Usage
Installation
composer require synon/mogo
How to use
use Synon\Mogo\Mogo; $object = new Mogo('localhost', 'username', 'password', 'database', 'exported database name'); echo $object->export();
Good Luck :)