PHPackages                             polynds/export-table - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. polynds/export-table

ActiveLibrary[File &amp; Storage](/categories/file-storage)

polynds/export-table
====================

Export table structure as a table document, based on the Laravel extension pack.

v1.0.0(2y ago)13MITPHPPHP ^7.4|^8.1

Since Mar 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/polynds/ExportTable)[ Packagist](https://packagist.org/packages/polynds/export-table)[ RSS](/packages/polynds-export-table/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

Export Table
------------

[](#export-table)

`Export Table`是一个导出数据表DDL的工具，可以导出为Word、PDF、Excel、TXT等文档格式，只需要一个命令就能将数据表导出高颜值的文档，对后端开发者非常友好。

### 功能特性

[](#功能特性)

- 导出为Word
- 导出PDF、Excel、TXT

### 环境

[](#环境)

- PHP &gt;= 7.4.0
- Laravel 5.5.0 ~ 9.\*

### 安装

[](#安装)

> 如果安装过程中出现`composer`下载过慢或安装失败的情况，请运行命令`composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/`把`composer`镜像更换为阿里云镜像。

首先需要安装`laravel`框架，如已安装可以跳过此步骤。如果您是第一次使用`laravel`，请务必先阅读文档 [安装 《Laravel中文文档》](https://learnku.com/docs/laravel/8.x/installation/9354) ！

```
composer create-project --prefer-dist laravel/laravel 项目名称 7.*
# 或
composer create-project --prefer-dist laravel/laravel 项目名称
```

安装`export-table`

```
composer require polynds/export-table

```

然后运行下面的命令来发布资源：

```
php artisan vender:publish

```

在该命令会生成配置文件`config/export_table.php`，可以在里面修改连接名称、忽略表名、白名单、输出的样式。

然后运行下面的命令导出文档：

```
php artisan export:table

```

### License

[](#license)

`export-table` is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

790d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/885c72ac92fb91123fa6d12a174c8bb7292b84ab202876ddf167c765f647b42a?d=identicon)[polynds](/maintainers/polynds)

---

Top Contributors

[![polynds](https://avatars.githubusercontent.com/u/8453843?v=4)](https://github.com/polynds "polynds (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/polynds-export-table/health.svg)

```
[![Health](https://phpackages.com/badges/polynds-export-table/health.svg)](https://phpackages.com/packages/polynds-export-table)
```

###  Alternatives

[overtrue/laravel-filesystem-qiniu

A Qiniu storage filesystem for Laravel.

482229.7k16](/packages/overtrue-laravel-filesystem-qiniu)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
