PHPackages                             ibrahimbougaoua/filament-sound - 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. ibrahimbougaoua/filament-sound

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

ibrahimbougaoua/filament-sound
==============================

The package provides a simple and convenient way to incorporate auditory cues into your application's user experience. By utilizing the Web Audio API and event listeners, FilamentSound detects successful CRUD operations and triggers the corresponding sound effect in response. This helps users receive immediate feedback and acknowledgment when performing actions like creating new records, updating existing data, or deleting entries.

v1.0.0-beta(2y ago)8161[3 PRs](https://github.com/ibrahimBougaoua/filament-sound/pulls)MITPHPPHP ^8.1CI passing

Since Jul 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ibrahimBougaoua/filament-sound)[ Packagist](https://packagist.org/packages/ibrahimbougaoua/filament-sound)[ Docs](https://github.com/ibrahimbougaoua/filament-sound)[ RSS](/packages/ibrahimbougaoua-filament-sound/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (12)Versions (8)Used By (0)

Filament Sound
==============

[](#filament-sound)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9e611b0c478b4977ccc95f0491c88a16258ee84c9ee36b8261f78e4cee0c3a7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962726168696d626f7567616f75612f66696c616d656e742d736f756e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-sound)[![GitHub Tests Action Status](https://camo.githubusercontent.com/be84ca2bf21cf40e153563bfc35430bc90c0534f9319321ee2d01fd72594a543/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c616d656e742d736f756e642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filament-sound/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2ba138d9eb108161685e5d9051a38f5bfc67dcfc1434ed61e71adc9144dc39f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6962726168696d626f7567616f75612f66696c616d656e742d736f756e642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibrahimbougaoua/filament-sound/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2d44d7c9bb0bb7986e4819ac5db1fb7c66677b4587a727ac90ea24e600f25519/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6962726168696d626f7567616f75612f66696c616d656e742d736f756e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibrahimbougaoua/filament-sound)

FilamentSound is a Laravel package that enhances the Filament CRUD framework by adding sound-playing functionality. It allows developers to integrate audio notifications or feedback into their applications following CRUD operations. With FilamentSound, you can configure the package to play custom sound effects, such as success chimes or error alerts, after data creation, update, or deletion.

The package provides a simple and convenient way to incorporate auditory cues into your application's user experience. By utilizing the Web Audio API and event listeners, FilamentSound detects successful CRUD operations and triggers the corresponding sound effect in response. This helps users receive immediate feedback and acknowledgment when performing actions like creating new records, updating existing data, or deleting entries.

FilamentSound includes a configuration file that allows developers to specify the path to their sound files or customize other settings. The package's assets, including the provided sound files, can be easily published and integrated into the Laravel application using Laravel's asset publishing feature.

With FilamentSound, you can enhance the interactivity and user engagement of your Filament-powered applications by incorporating audio notifications, providing a more immersive and dynamic user experience.

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

[](#installation)

You can install the package via composer:

```
composer require ibrahimbougaoua/filament-sound
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-sound-migrations"
php artisan migrate
```

You can install filament sound with:

```
php artisan filament-sound:install
```

You can restore filament sound settings with:

```
php artisan filament-sound:restore-settings
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-sound-config"
```

This is the contents of the published config file:

```
return [
    'navigation' => true,
    'user_menu_item' => true,
    'restore_settings' => false,
    'audio' => true,
    'browse_audio' => true
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-sound-views"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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)

- [Ibrahim](https://github.com/ibrahimBougaoua)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.7% 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 ~1 days

Total

4

Last Release

1042d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42cb517e994883d2bfba50af94449dd4e4348c8423516e71c1bfa4738e083df9?d=identicon)[ibrahim.bougaoua](/maintainers/ibrahim.bougaoua)

---

Top Contributors

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

---

Tags

laravelibrahimBougaouafilament-sound

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibrahimbougaoua-filament-sound/health.svg)

```
[![Health](https://phpackages.com/badges/ibrahimbougaoua-filament-sound/health.svg)](https://phpackages.com/packages/ibrahimbougaoua-filament-sound)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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