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(6mo ago)027MITPHPPHP ^8.1|^8.2|^8.3

Since Dec 12Pushed 6mo 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 today

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

37

—

LowBetter than 81% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

198d 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://avatars.githubusercontent.com/u/99556715?v=4)[Shayd-R](/maintainers/Shayd-R)[@Shayd-R](https://github.com/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.9k157.3M896](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k27.0M52](/packages/rap2hpoutre-fast-excel)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3829.6M3.6k](/packages/filament-filament)[filament/actions

Easily add beautiful action modals to any Livewire component.

1327.7M78](/packages/filament-actions)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

162.9k](/packages/promethys-revive)[a2insights/filament-saas

Filament Saas for A2Insights

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

PHPackages © 2026

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