synon / mogo
Mogo is php library for export MYSQL database.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/synon/mogo
This package is auto-updated.
Last update: 2025-09-28 21:52:37 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 :)