Registry / database / rah-danpu

rah-danpu

JSON →
library2.7.0phppackagistunverified

Zero-dependency MySQL dump library for easily exporting and importing databases

composer require rah/danpu
INSTALL
IMPORT
SIG · RAH-DANPU
R
rah-danpu
databasephpv2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dump
use rah\danpu\Dump;

Export a MySQL database dump

use rah\danpu\Dump; $dump = new Dump(); $dump->host('localhost') ->user('root') ->pass('') ->db('test') ->dump();
Debug
Known issues
breakingRequires PHP 7.0+
fix
Ensure PHP version is 7.0 or higher
affects: <2.7.0
Upgrade
Version history
2.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
rah-danpu — pip install rah-danpu · libregistry