PHPackages                             vanchao0519/voyager-data-transport - 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. [CLI &amp; Console](/categories/cli)
4. /
5. vanchao0519/voyager-data-transport

ActiveLibrary[CLI &amp; Console](/categories/cli)

vanchao0519/voyager-data-transport
==================================

A command line to generate voyager Controller and View files to import and export data with excel and database

v5.4(3y ago)0951[1 PRs](https://github.com/vanchao0519/VoyagerDataTransport/pulls)MITPHPPHP ^7.3|^8.0|^8.1

Since Jan 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vanchao0519/VoyagerDataTransport)[ Packagist](https://packagist.org/packages/vanchao0519/voyager-data-transport)[ Docs](https://github.com/vanchao0519/VoyagerDataTransport)[ RSS](/packages/vanchao0519-voyager-data-transport/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (26)Used By (0)

VoyagerDataTransport
====================

[](#voyagerdatatransport)

A command line tools to generate the Controller and the View files which can import data to database and export data to the file which extension included excel, csv and pdf.
Notice that the package is based on [Voyager](https://voyager.devdojo.com/).

Before install
--------------

[](#before-install)

You must confirm that laravel project created and the voyager package installed before.
Run the command below to install basic test data

```
php artisan voyager:install --with-dummy
```

Move the test data csv to 'public' folder
Suppose your current directory is path/to/VoyagerDataTransport

```
mv posts_data.csv public/data.csv
```

How to install the VoyagerDataTransport
---------------------------------------

[](#how-to-install-the-voyagerdatatransport)

```
composer require vanchao0519/voyager-data-transport
```

How to use
----------

[](#how-to-use)

The fastest way:

```
php artisan voyager:data:transport
```

You can also used the single command which you want:

- Create import permission record to database

```
php artisan voyager:data:transport:import:permission
```

- Create export permission record to database

```
php artisan voyager:data:transport:export:permission
```

- Create import controller file

```
php artisan voyager:data:import:controller
```

- Create export controller file

```
php artisan voyager:data:export:controller
```

- Create browse view file

```
php artisan voyager:data:transport:browse:view
```

- Create import data view file

```
php artisan voyager:data:transport:import-data:view
```

- Create export data view file

```
php artisan voyager:data:transport:export-data:view
```

- Create voyager data transport permission detail config file

```
php artisan voyager:data:transport:permission:detail:config
```

- Create voyager data transport route detail config file

```
php artisan voyager:data:transport:route:detail:config
```

- Publish config files to app/VoyagerDataTransport/config/permissions and app/VoyagerDataTransport/config/route folder

```
php artisan voyager:data:transport:publish:config
```

More
----

[](#more)

Here is a [demonstrate](https://github.com/vanchao0519/VoyagerDataTransportDemo) more details after you execute the command line of this project

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~1 days

Total

25

Last Release

1179d ago

Major Versions

v1.2 → v2.02023-01-09

2.x-dev → v3.02023-01-13

3.x-dev → v4.02023-01-19

v4.5 → v5.02023-01-27

4.x-dev → v5.12023-01-28

PHP version history (3 changes)v1.0PHP ^7.3

v3.0PHP ^7.3|^8.0

v5.4PHP ^7.3|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/94a9a35ef007c95bfc4442d0a72b626ad44c2b51469b12c5b57436c8af11a8f5?d=identicon)[vanchao0519](/maintainers/vanchao0519)

---

Top Contributors

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

---

Tags

code generatorvoyager extendcommmand linedata import from csv and excel filedata export to csv excel and pdf extension

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vanchao0519-voyager-data-transport/health.svg)

```
[![Health](https://phpackages.com/badges/vanchao0519-voyager-data-transport/health.svg)](https://phpackages.com/packages/vanchao0519-voyager-data-transport)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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