2017 © Pedro Peláez
 

library aperture

Simple Laravel package for taking and applying snapshots of database contents.

image

mcprohosting/aperture

Simple Laravel package for taking and applying snapshots of database contents.

  • Sunday, July 13, 2014
  • by connor4312
  • Repository
  • 18 Watchers
  • 0 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

Aperture

Aperture is a super simple Laravel package to make sharing and storing unchanging database data easy and effective. Essentially, it provides a quick interface to dump and restore information from a database table. It is build so that, if needed, it should be able to handle unlimited rows without running out of memory., (*1)

Usage

  1. Add this package to your composer.json.
  2. Add the service provider 'Mcprohosting\Aperture\ApertureServiceProvider' to your list of providers in config/app.php

You then have access to the commands snapshot:take and snapshot:restore., (*2)

> php artisan snapshot:take --help

Usage:
 snapshot:take [--database[="..."]] [--chunk[="..."]] table

Arguments:
 table                 Table to snapshot.

Options:
 --database            Database the table lives on.
 --chunk               How many rows to process at once. (default: 500)

> php artisan snapshot:restore --help

Usage:
 snapshot:restore [--database[="..."]] [--chunk[="..."]] table

Arguments:
 table                 Table to snapshot.

Options:
 --database            Database the table lives on.
 --chunk               How many rows to process at once. (default: 500)

Licensed under the MIT license., (*3)

The Versions

13/07 2014

dev-master

9999999-dev

Simple Laravel package for taking and applying snapshots of database contents.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Connor Peet

13/07 2014

1.1.1

1.1.1.0

Simple Laravel package for taking and applying snapshots of database contents.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Connor Peet

06/05 2014

1.1.0

1.1.0.0

Simple Laravel package for taking and applying snapshots of database contents.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Connor Peet

27/04 2014

1.0.0

1.0.0.0

Simple Laravel package for taking and applying snapshots of database contents.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Connor Peet