kickenhio/laravel-sql-snapshot
最新稳定版本:v1.0.0-beta3
Composer 安装命令:
composer require kickenhio/laravel-sql-snapshot
包简介
Sync production-development Database helper library
关键字:
README 文档
README
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.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-27