PHPackages                             ryangjchandler/filament-data-studio - 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. ryangjchandler/filament-data-studio

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

ryangjchandler/filament-data-studio
===================================

Zero configuration CSV exports for your Filament resources.

v1.0.0-beta2(2y ago)461MITPHPPHP ^8.1

Since Dec 8Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/ryangjchandler/filament-data-studio)[ Packagist](https://packagist.org/packages/ryangjchandler/filament-data-studio)[ Docs](https://github.com/ryangjchandler/filament-data-studio)[ GitHub Sponsors](https://github.com/ryangjchandler)[ RSS](/packages/ryangjchandler-filament-data-studio/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (16)Versions (5)Used By (0)

Low configuration exports and data analysis for Filament.
=========================================================

[](#low-configuration-exports-and-data-analysis-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e2b17f625422569232dfa22ee0ed235b1cb5ec53abbc225b90b4c0498674feb1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7279616e676a6368616e646c65722f66696c616d656e742d656173792d6578706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryangjchandler/filament-easy-export)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0d8c026e0e294f478cf0a953944ecd03cbcb7484362cac84ef60753a5f4b120a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7279616e676a6368616e646c65722f66696c616d656e742d656173792d6578706f72742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ryangjchandler/filament-easy-export/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6ab34e97b1e928dee5a019e4533d82f76e516eaf6aeec29cc5653e22cc2670f3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7279616e676a6368616e646c65722f66696c616d656e742d656173792d6578706f72742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ryangjchandler/filament-easy-export/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8733ff93ab50f2b530a9e4ce7bef1f55915419b2aa804affdb177f9f8d7e7c52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7279616e676a6368616e646c65722f66696c616d656e742d656173792d6578706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryangjchandler/filament-easy-export)

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

[](#installation)

You can install the package via Composer:

```
composer require ryangjchandler/filament-data-studio
```

Once the package is installed, us the `filament-data-studio:install` command to publish and run migrations.

```
php artisan filament-data-studio:install
```

Usage
-----

[](#usage)

Register the plugin on your `Panel`.

```
use RyanChandler\DataStudio\DataStudioPlugin;

$panel
    ->plugin(DataStudioPlugin::make());
```

Add the `ExportAction` to one of your `Resource` tables.

```
use RyanChandler\DataStudio\Actions\ExportAction;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            // ...
        ])
        ->filters([
            // ...
        ])
        ->headerActions([
            ExportAction::make(),
        ]);
}
```

Open up the resource inside of your panel and start exporting data!

### Using a custom `Export` model

[](#using-a-custom-export-model)

If you wish to change the `Export` model and extend it with your own columns, you can do this by creating a model of your own that extends the base `Export` model and then configuring the plugin to use the new model.

```
use RyanChandler\DataStudio\Models\Export as BaseExport;

class Export extends BaseExport
{
    //
}
```

Inside of your `PanelProvider`:

```
use App\Models\Export;

$panel
    ->plugin(
        DataStudioPlugin::make()
            ->exportModelClass(Export::class)
    );
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ryan Chandler](https://github.com/ryangjchandler)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

2

Last Release

938d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/568d485d441c691b0358b9091254a6a671fef8f76b73f28af1180ad568d142b2?d=identicon)[ryangjchandler](/maintainers/ryangjchandler)

---

Top Contributors

[![ryangjchandler](https://avatars.githubusercontent.com/u/41837763?v=4)](https://github.com/ryangjchandler "ryangjchandler (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelryangjchandlerfilament-easy-exportfilament-data-studiodata-studio

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ryangjchandler-filament-data-studio/health.svg)

```
[![Health](https://phpackages.com/badges/ryangjchandler-filament-data-studio/health.svg)](https://phpackages.com/packages/ryangjchandler-filament-data-studio)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[elegantly/laravel-translator

All on one translations management for Laravel

6333.1k](/packages/elegantly-laravel-translator)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)

PHPackages © 2026

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