PHPackages                             shayd-r/filament-smart-export - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. shayd-r/filament-smart-export

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

shayd-r/filament-smart-export
=============================

Smart automatic export action for Filament that discovers models and relationships automatically

v2.1.3(4mo ago)027MITPHPPHP ^8.1|^8.2|^8.3

Since Dec 12Pushed 4mo agoCompare

[ Source](https://github.com/Shayd-R/filament-export-relation)[ Packagist](https://packagist.org/packages/shayd-r/filament-smart-export)[ RSS](/packages/shayd-r-filament-smart-export/feed)WikiDiscussions main Synced 1mo ago

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

Filament Smart Export
=====================

[](#filament-smart-export)

Automatic export action for Filament v4 that discovers your model structure and relationships.

Features
--------

[](#features)

- Auto-discovers models, columns, and relationships
- Export to XLSX or CSV
- Live preview of data
- Multiple relationship support (HasMany, BelongsToMany)
- Direct download (no storage needed)

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

[](#installation)

```
composer require shayd-r/filament-smart-export
```

Usage
-----

[](#usage)

### Bulk Action (for selected records)

[](#bulk-action-for-selected-records)

```
use ShaydR\FilamentSmartExport\Actions\SmartExportBulkAction;

public static function table(Table $table): Table
{
    return $table
        ->bulkActions([
            SmartExportBulkAction::make(),
        ]);
}
```

### Header Action (for all records)

[](#header-action-for-all-records)

```
use ShaydR\FilamentSmartExport\Actions\SmartExportHeaderAction;

public static function table(Table $table): Table
{
    return $table
        ->headerActions([
            SmartExportHeaderAction::make(),
        ]);
}
```

Version Compatibility
---------------------

[](#version-compatibility)

- **Filament v4**: Use version `^2.0` (main branch)
- **Filament v3**: Use version `^1.0` (filament-v3 branch)

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 11+ / 12+
- Filament 4.0+

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance74

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Every ~0 days

Total

13

Last Release

145d ago

Major Versions

v1.0.4 → v2.0.02025-12-12

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.1|^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fc76dcd69ab250f0363ace967078608419e221fc2b0d87a74e1fe85d2e24eda?d=identicon)[Shayd-R](/maintainers/Shayd-R)

---

Top Contributors

[![Shayd-R](https://avatars.githubusercontent.com/u/99556715?v=4)](https://github.com/Shayd-R "Shayd-R (27 commits)")

---

Tags

laravelexportexcelcsvautomaticfilamentbulk action

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/shayd-r-filament-smart-export/health.svg)

```
[![Health](https://phpackages.com/badges/shayd-r-filament-smart-export/health.svg)](https://phpackages.com/packages/shayd-r-filament-smart-export)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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