PHPackages                             openplain/filament-transporter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. openplain/filament-transporter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

openplain/filament-transporter
==============================

Transport Filament resources between projects with automatic dependency discovery. Export once, import anywhere.

0.1.0(8mo ago)131MITPHPPHP ^8.2|^8.3

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/openplain/filament-transporter)[ Packagist](https://packagist.org/packages/openplain/filament-transporter)[ RSS](/packages/openplain-filament-transporter/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (2)Used By (0)

Filament Transporter
====================

[](#filament-transporter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8d65d0f57e761e30e52c1116a576173561258a03f2d4736d96f785e31e3bdd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f70656e706c61696e2f66696c616d656e742d7472616e73706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/openplain/filament-transporter)[![Total Downloads](https://camo.githubusercontent.com/39b013959e1c3afe733e35f71592940cc15c9aa2f791ed02ed48a9b8c2c0eee7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f70656e706c61696e2f66696c616d656e742d7472616e73706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/openplain/filament-transporter)

Transport Filament resources between projects with automatic dependency discovery.

Features
--------

[](#features)

- 🔍 Automatic file discovery using PHP reflection
- 📦 Smart composer dependency detection
- 🔄 Version tracking and conflict detection
- 💾 Automatic backups before changes
- 🎯 Interactive CLI interface

Installation
------------

[](#installation)

```
composer require openplain/filament-transporter --dev
```

Usage
-----

[](#usage)

### Export a Resource

[](#export-a-resource)

```
# Interactive
php artisan filament:transporter:export

# Direct
php artisan filament:transporter:export NavigationCategoryResource
```

### Import into Another Project

[](#import-into-another-project)

```
# Interactive
php artisan filament:transporter:import

# Direct
php artisan filament:transporter:import navigation-category-resource
```

How It Works
------------

[](#how-it-works)

Uses PHP reflection to automatically discover:

- Models, migrations, factories, seeders
- Enums, actions, policies
- Nested Filament resource structures
- Type-hinted dependencies
- Composer packages from use statements

Options
-------

[](#options)

### Preview Changes

[](#preview-changes)

```
php artisan filament:transporter:import component-name --preview
```

### Force Overwrite

[](#force-overwrite)

```
php artisan filament:transporter:import component-name --force
```

### Custom Directories

[](#custom-directories)

```
php artisan filament:transporter:export Resource --output=/path/to/exports
php artisan filament:transporter:import component --from=/path/to/exports
```

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=filament-transporter-config
```

Configure export/import directories in `config/filament-transporter.php`:

```
return [
    'export' => [
        'output_dir' => '../filament-transporter-exports',
    ],
    'import' => [
        'source_dir' => '../filament-transporter-exports',
        'backup_dir' => 'storage/filament-transporter-backups',
    ],
];
```

Testing
-------

[](#testing)

```
composer test
composer pint
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

258d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2392231?v=4)[John Eyðstein Johannesen ](/maintainers/mashema)[@mashema](https://github.com/mashema)

---

Top Contributors

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

---

Tags

laravelpackageexportimporttransportcomponentfilamentfilament-plugin

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/openplain-filament-transporter/health.svg)

```
[![Health](https://phpackages.com/badges/openplain-filament-transporter/health.svg)](https://phpackages.com/packages/openplain-filament-transporter)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)[eslam-reda-div/filament-copilot

A Filament plugin for AI-powered copilot features.

359.8k](/packages/eslam-reda-div-filament-copilot)

PHPackages © 2026

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