Download the PHP package dutchie027/easymysqlbackup without Composer

On this page you can find all versions of the php package dutchie027/easymysqlbackup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easymysqlbackup

Easy MySQL Backup

Packagist Downloads Code Coverage CodeFactor Code Coverage Coding Standards Static analysis Tests

About

This package allows you to backup a mysql database using mysqldump and then store it to a local file store (by default) or upload it to S3.

Installation

Install this package as a dependency using Composer.

You will also need to ensure you have a copy of mysqldump on the box this is hosted on. Also, if you want to use compression for backup and restore, you'll need gzip and gunzip.

Usage

The program will assume a lot of defaults if you don't have a config file, however it is highly suggested you create a config (see sample .ini below)

Backup Locally

Backup and Upload to S3

Restore A Local File

Restore From S3

Sample my.ini (showing all values)

To-Do

Code of Conduct

This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.

License

Easy MySQL Backup is released under the MIT License. See LICENSE for details.

Versioning

This code uses Semver. This means that versions are tagged with MAJOR.MINOR.PATCH. Only a new major version will be allowed to break backward compatibility (BC).

Classes marked as @experimental or @internal are not included in our backward compatibility promise. You are also not guaranteed that the value returned from a method is always the same. You are guaranteed that the data type will not change.

Contributing

Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.


All versions of easymysqlbackup with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
aws/aws-sdk-php Version ^3.216
monolog/monolog Version ^2.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dutchie027/easymysqlbackup contains the following files

Loading the files please wait ....