Download the PHP package ekoukltd/s3-import-export without Composer
On this page you can find all versions of the php package ekoukltd/s3-import-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ekoukltd/s3-import-export
More information about ekoukltd/s3-import-export
Files in ekoukltd/s3-import-export
Package s3-import-export
Short Description Easy import & export of Laravel models (tables) to local or S3 Storage as a JSON file. For when you don't want to restore a whole backup, just a few tables.
License MIT
Homepage https://github.com/ekoukltd/s3-import-export
Informations about the package s3-import-export
Save specific tables to remote storage
Ever needed to copy selected models between server environments? Or seed a database with latest content?
This package exports models to S3 or other remote disks as a JSON file.
This is not designed to be a robust backup service
Just a tool to move content based models between different environments without any hassle.
Installation
Install the package via composer:
Configuration
Publish the config file to config/s3-import-export.php
and define which what should be exported to where. For S3 you need to have setup league/filesystem see: https://laravel.com/docs/9.x/filesystem#s3-driver-configuration
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of s3-import-export with dependencies
illuminate/support Version ^8 || ^9
league/flysystem-aws-s3-v3 Version ^3.0