LaravelPackages.net
Acme Inc.
Toggle sidebar
kickenhio/laravel-sql-snapshot

Sync production-development Database helper library

2
0
v1.0.0-beta3
About kickenhio/laravel-sql-snapshot

kickenhio/laravel-sql-snapshot is a Laravel package for sync production-development database helper library. It currently has 0 GitHub stars and 2 downloads on Packagist (latest version v1.0.0-beta3). Install it with composer require kickenhio/laravel-sql-snapshot. Discover more Laravel packages by kickenhio or browse all Laravel packages to compare alternatives.

Last updated

Laravel SQL for described relations Generator

Scrap production data and fill it on develop environent

This package generates SQL commands (MySQL syntax for now only) can be used to fill development enviroment with real (but anonymized) data.

It supports Laravel 7+ and PHP 7.4+

Installation

Require this package with composer using the following command:

composer require kickenhio/laravel-sql-snapshot

And then, for service registration purposes run command:

php artisan vendor:publish --provider="Kickenhio\LaravelSqlSnapshot\SnapshotServiceProvider"

Usage

This package allows to generate SQL snapshot for entrypoint models base on prepared manifest file. Additionaly can be used with another repository of mine - "Snapshot APP" - can be used among not technical QA employees. Also with encryption support, preserving data mining if API credentials compromised.

License

Didn't think about it.

Star History Chart