Download the PHP package codexshaper/database-backup-restore without Composer
On this page you can find all versions of the php package codexshaper/database-backup-restore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codexshaper/database-backup-restore
More information about codexshaper/database-backup-restore
Files in codexshaper/database-backup-restore
Package database-backup-restore
Short Description Database Backup and Restore
License MIT
Homepage https://github.com/Codexshaper/database-backup-restore
Informations about the package database-backup-restore
Description
Database Backup & Restore
Authors
- Md Abu Ahsan Basir - github
Installation
MySql Dump (Note: Mustbe installed mysqldump
in your system)
Use constructor with options
Use create method
Dynamically
Archive
MySql Restore (Note: Mustbe installed mysql
in your system)
Restore from without archive
Restore from archive
PgSql Dump (Note: Mustbe installed pg_dump
in your system)
Use constructor with options
Use create method
Dynamically
Archive
PgSql Restore (Note: Mustbe installed psql
in your system)
Restore from without archive
Restore from archive
Sqlite Dump (Note: Mustbe installed sqlite3
in your system)
Use constructor
Use create method
Set Dynamically
Archive
Sqlite Restore (Note: Mustbe installed sqlite3
in your system)
Use Construct
Use Dynamic
Restore From Archive
MongoDB Dump (Note: Mustbe installed mongodump
in your system)
Use constructor with options
Use create method
Dynamically
Archive
Use URI
OR
Dynamic
Compress
MongoDB Restore (Note: Mustbe installed mongorestore
in your system)
Restore from without archive
Use URI
Restore from archive
Restore from archive using URI
Set Dump Binary Path
License
- MIT license
- Copyright 2019 © CodexShaper.