simple-backup

A simple mysql database backup library for php.

MIT License

Downloads
4.5K
Stars
57
Committers
5

Bot releases are hidden (Show)

simple-backup - A patch release Latest Release

Published by coderatio over 4 years ago

This release fixes error PHP Fatal error: Uncaught Error: Using $this when not in object context. The contribution was done by @spyridonas .

simple-backup - A patch release

Published by coderatio almost 5 years ago

This version adds support for Laravel 6 and semver.

The release also fixes a few things.

simple-backup - A patch release

Published by coderatio over 5 years ago

This is a minor fix on the SimpleBackup::class at the ->importFrom() throwing $error_message variable not found.

simple-backup - Version 1.0.1

Published by coderatio over 5 years ago

This is a patch release to version 1.0

  1. You can now chain static ::start() on SimpleBackup class.
  2. This version includes fluent chaining of database settings.
  3. Added ->includeOnly(array $tables) which allows you to export data for only tables mentioned in $tables variable.
  4. Added ->excludeOnly(array $tables) which removes the inclusion of tables mentioned in $tables variable during export.
simple-backup - The first stable version

Published by coderatio over 5 years ago