定制 sidigi/laravel-db-masked-dump 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sidigi/laravel-db-masked-dump

最新稳定版本:2.0.0

Composer 安装命令:

composer require sidigi/laravel-db-masked-dump

包简介

Dump masked information from your database

README 文档

README

Latest Version on Packagist Total Downloads

A database dumping package that allows you to replace and mask columns while dumping your database.

You can :

  • Replace
$table->replace();
  • Ignore ids
$table->ignore();
$table->isIgnored();
  • Mask
$table->mask();
  • Create rule for replace
$table->replaceWhen();
  • Get schema or full dump
$table->schemaOnly();
  • Set priority tables for dump
$shema->priorityTables();
  • Disable constrain for table
$table->disableConstrain();
$shema->disableAllConstrains();
  • More
modifyQuery()
fullDump()
schemaOnly()
shouldDumpData()

Installation

You can install the package via composer v2:

composer require sergefenix/laravel-db-masked-dump

Commands

php artisan vendor:publish --provider=FenixDumper\\LaravelMaskedDumper\\LaravelMaskedDumpServiceProvider
php artisan db:masked-dump output.sql
php artisan db:masked-dump output.sql --definition=sqlite
php artisan db:masked-dump output.sql --gzip

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 1.47k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 33
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固