raveesgohiel/dbscanner 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

raveesgohiel/dbscanner

Composer 安装命令:

composer require raveesgohiel/dbscanner

包简介

A package for Laravel that will simply allow user to get some valuable stats like total users, total tables in the DB, total rows and fields in each table and more.

README 文档

README

A Laravel Pacakge to help developers scan their MySQL DB to get a list of tables, all the columns, total row counts. This could be helppul for developers to not have to wrtie a lot fo queries and get it all by just using a simple package.

USAGE

use Raveesgohiel\Dbscanner\Facades\DbScanner;

You must add the DbScanner class to your controller. Then just use the scan(). The usage is shown below

$db_report = DbScanner::scan();

This will return an array of all the tables, with fields, primary keys and even total row count.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-19