PHPackages                             kayacekovic/nova-audio - 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. [Image &amp; Media](/categories/media)
4. /
5. kayacekovic/nova-audio

ActiveLibrary[Image &amp; Media](/categories/media)

kayacekovic/nova-audio
======================

Audio Field for Laravel Nova

1(5y ago)02.8kMITVuePHP &gt;=7.1.0

Since Aug 30Pushed 5y agoCompare

[ Source](https://github.com/kayacekovic/nova-audio)[ Packagist](https://packagist.org/packages/kayacekovic/nova-audio)[ RSS](/packages/kayacekovic-nova-audio/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (15)Used By (0)

Audio Field
===========

[](#audio-field)

An audio field for use in Laravel Nova.

[![Audio Field](https://camo.githubusercontent.com/6bcff96dbb8299eee3ef4d056b307b174205d10cc343d566f1ab05ab1cf50023/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64617669647069657373652f696d6167652f75706c6f61642f76313533353635393531382f53637265656e5f53686f745f323031382d30382d33305f61745f32302e33392e30315f6c6f6c696d6a2e706e67)](https://camo.githubusercontent.com/6bcff96dbb8299eee3ef4d056b307b174205d10cc343d566f1ab05ab1cf50023/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64617669647069657373652f696d6167652f75706c6f61642f76313533353635393531382f53637265656e5f53686f745f323031382d30382d33305f61745f32302e33392e30315f6c6f6c696d6a2e706e67)

For use when you are storing an audio file and want to listen to it from within Nova. It is built on the core File Field field type. See [here](https://nova.laravel.com/docs/1.0/resources/file-fields.html) for more info

Under the hood it uses thabsic HTML5 Audio tag. So MP3, WAV and OGG are supported :)

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

[](#installation)

```
composer require kayacekovic/nova-audio

```

To use the field add it to your Nova Resources file (such as User.php)

```
use Davidpiesse\Audio\Audio;

public function fields(Request $request)
{
    return [
        ...
        Audio::make('Audio')->disk('public'),

        Audio::make('Audio', function() {
            return 'path-to-your-folder-on-s3'.$this->audio_file_name_from_model;
        })->disk('s3')
        ->playOnForms() // can you show audio field on update or create form
        ->expires(5),
        ...
    ];
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~158 days

Recently: every ~86 days

Total

7

Last Release

1870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a728b47a1ee9fd11f949888a6de60971bbeaf3057d022eab6a6e50491089b4b?d=identicon)[kayacekovic](/maintainers/kayacekovic)

---

Top Contributors

[![davidpiesse](https://avatars.githubusercontent.com/u/800650?v=4)](https://github.com/davidpiesse "davidpiesse (9 commits)")[![kayacekovic](https://avatars.githubusercontent.com/u/32109756?v=4)](https://github.com/kayacekovic "kayacekovic (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![aronquiray](https://avatars.githubusercontent.com/u/13714092?v=4)](https://github.com/aronquiray "aronquiray (2 commits)")[![jasonlav](https://avatars.githubusercontent.com/u/7593912?v=4)](https://github.com/jasonlav "jasonlav (1 commits)")[![mdavis1982](https://avatars.githubusercontent.com/u/199807?v=4)](https://github.com/mdavis1982 "mdavis1982 (1 commits)")[![seanshih-parenting](https://avatars.githubusercontent.com/u/32083062?v=4)](https://github.com/seanshih-parenting "seanshih-parenting (1 commits)")

---

Tags

laravelaudionova

### Embed Badge

![Health badge](/badges/kayacekovic-nova-audio/health.svg)

```
[![Health](https://phpackages.com/badges/kayacekovic-nova-audio/health.svg)](https://phpackages.com/packages/kayacekovic-nova-audio)
```

###  Alternatives

[davidpiesse/nova-audio

Audio Field for Laravel Nova

22185.2k3](/packages/davidpiesse-nova-audio)[classic-o/nova-media-library

Tool and field that will let you managing files and add them to the posts

154172.0k](/packages/classic-o-nova-media-library)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

57327.2k1](/packages/mostafaznv-nova-ckeditor)[r64/nova-image-cropper

A Laravel Nova field.

56293.4k](/packages/r64-nova-image-cropper)[mostafaznv/nova-video

Video Field for Laravel Nova

22398.0k1](/packages/mostafaznv-nova-video)[folour/flavy

FFmpeg layer for Laravel 5.2-5.4, this is a fork of rafasamp/sonus package

279.6k](/packages/folour-flavy)

PHPackages © 2026

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