PHPackages                             mayakhan719/filament-audio-column - 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. mayakhan719/filament-audio-column

ActiveLibrary

mayakhan719/filament-audio-column
=================================

A Filament plugin that provides an AudioColumn for playing audio files in tables.

v1.2.7(6mo ago)02MITBladePHP ^8.2

Since Nov 1Pushed 6mo agoCompare

[ Source](https://github.com/Mayakhan719/filament-audio-column)[ Packagist](https://packagist.org/packages/mayakhan719/filament-audio-column)[ RSS](/packages/mayakhan719-filament-audio-column/feed)WikiDiscussions main Synced 1mo ago

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

Filament Audio Column
=====================

[](#filament-audio-column)

A Filament Table Column for playing audio files.

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

[](#installation)

You can install the package via composer:

```
composer require mayakhan719/filament-audio-column
```

Usage
-----

[](#usage)

```
use Mayakhan719\Tables\Columns\AudioColumn;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            AudioColumn::make('audio'),
        ]);
}
```

You can also customize the column:

```
use Maya\Tables\Columns\AudioColumn;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            AudioColumn::make('audio')
                ->label('Podcast Episode')
                ->native(true) // ->native(false) use Player.style Audio Player

        ]);
}
```

Screenshots
-----------

[](#screenshots)

[![Screenshot of the audio column](https://raw.githubusercontent.com/Mayakhan719/filament-audio-column/main/pic/screenshot.png)](https://raw.githubusercontent.com/Mayakhan719/filament-audio-column/main/pic/screenshot.png)

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Lars Klopstra](https://github.com/pxlrbt)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance67

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

2

Last Release

192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69f7e07d8e632b38168063723ba69e86198b034945fb1bb9005c5f66df0f7fa3?d=identicon)[Mayakhan719](/maintainers/Mayakhan719)

---

Top Contributors

[![Mayakhan719](https://avatars.githubusercontent.com/u/71120511?v=4)](https://github.com/Mayakhan719 "Mayakhan719 (15 commits)")

### Embed Badge

![Health badge](/badges/mayakhan719-filament-audio-column/health.svg)

```
[![Health](https://phpackages.com/badges/mayakhan719-filament-audio-column/health.svg)](https://phpackages.com/packages/mayakhan719-filament-audio-column)
```

###  Alternatives

[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.

3691.5k](/packages/codewithdennis-larament)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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