Download the PHP package mcprohosting/aperture without Composer
On this page you can find all versions of the php package mcprohosting/aperture. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mcprohosting/aperture
More information about mcprohosting/aperture
Files in mcprohosting/aperture
Download mcprohosting/aperture
More information about mcprohosting/aperture
Files in mcprohosting/aperture
Vendor mcprohosting
Package aperture
Short Description Simple Laravel package for taking and applying snapshots of database contents.
License MIT
Package aperture
Short Description Simple Laravel package for taking and applying snapshots of database contents.
License MIT
Please rate this library. Is it a good library?
Informations about the package aperture
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.
Usage
- Add this package to your composer.json.
- 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.
Licensed under the MIT license.
All versions of aperture with dependencies
PHP Build Version
Package Version
The package mcprohosting/aperture contains the following files
Loading the files please wait ...