Download the PHP package ramon/backup without Composer

On this page you can find all versions of the php package ramon/backup. 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 backup

📦 Backup & Migration — Portable Backups for Flarum

License Latest Stable Version Total Downloads GitHub Release Donate

A complete backup, export and import system for Flarum 2.x

About the Project

Backup & Migration is a full-featured backup and migration extension I've been building for Flarum, inspired by All-in-One WP Migration but written from scratch with a Flarum-native format. It bundles your forum into a single portable .flarum file — database, uploads, storage, and any installed extensions (workbench or vendor) — and restores it on the same install or a different one with one click.

It started from my own need to migrate forums between hosts without the manual mysqldump-and-zip dance, and grew into a complete suite covering encryption, cross-server transfer, per-extension picking, and automatic URL rewriting.


✨ Highlights


🛠️ Technologies


Installation

Then enable Backup & Migration under the Extensions page in the admin panel.


🖥️ Command-line interface (CLI)

Export and import are also available as console commands. A CLI run has no HTTP request timeout, no memory_limit pressure from a web worker, and doesn't depend on keeping a browser tab open — so the CLI is the most reliable way to back up or migrate large forums, and the natural fit for cron jobs and scripted server-to-server transfer. Under the hood it drives the exact same engine as the admin panel, simply looped to completion in a single process.

Export — backup:export

Options: --db/--no-db (default on), --assets, --storage, --extensions[=LIST] (omit the value for all installed extensions), --all, --target=mysql|mariadb|postgres|sqlite (defaults to the source engine), --encrypt, --public-key=…, -o, --output=PATH.

Import — backup:import

⚠️ A restore replaces the destination database and files, so backup:import refuses to run without the explicit --yes flag.

Options: -y, --yes (required), --private-key=…, --db/--no-db, --assets/--no-assets, --storage/--no-storage, --extensions[=LIST]. With no selection flags, the entire archive is restored.

A typical server-to-server migration:


Links


License

MIT


Built with ❤️ by Ramon Guilherme

A personal project focused on making it easier to back up, move and restore Flarum communities — without leaving the admin panel.


All versions of backup with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^2.0.0
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 ramon/backup contains the following files

Loading the files please wait ...