Download the PHP package kickenhio/laravel-sql-snapshot without Composer
On this page you can find all versions of the php package kickenhio/laravel-sql-snapshot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kickenhio/laravel-sql-snapshot
More information about kickenhio/laravel-sql-snapshot
Files in kickenhio/laravel-sql-snapshot
Package laravel-sql-snapshot
Short Description Sync production-development Database helper library
License MIT
Homepage https://github.com/kickenhio/laravel-sql-snapshot
Informations about the package laravel-sql-snapshot
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
- Usage
- License
Installation
Require this package with composer using the following command:
And then, for service registration purposes run command:
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.
All versions of laravel-sql-snapshot with dependencies
ext-json Version *
ext-openssl Version *
illuminate/config Version ^7 || ^8 || ^9
illuminate/support Version ^7 || ^8 || ^9
illuminate/database Version ^7 || ^8 || ^9