PHPackages                             solitweb/laravel-dashboard-soundtrack-tile - 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. solitweb/laravel-dashboard-soundtrack-tile

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

solitweb/laravel-dashboard-soundtrack-tile
==========================================

A Soundtrack Your Brand tile for Laravel Dashboard

1.0.1(4y ago)110MITPHPPHP ^7.4|^8.0

Since Sep 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/solitweb/laravel-dashboard-soundtrack-tile)[ Packagist](https://packagist.org/packages/solitweb/laravel-dashboard-soundtrack-tile)[ Docs](https://github.com/solitweb/laravel-dashboard-soundtrack-tile)[ RSS](/packages/solitweb-laravel-dashboard-soundtrack-tile/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

A Soundtrack Your Brand tile for the Laravel Dashboard
======================================================

[](#a-soundtrack-your-brand-tile-for-the-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/28f6b28ca7fbd711ad74a3be34da0ea9ae3ee303d7718583409f36fea9eb9abf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c69747765622f6c61726176656c2d64617368626f6172642d736f756e64747261636b2d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-soundtrack-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/bd649cac9c2750092a28af42dffa7c5ee3273103242be383752b1d66d68cc7ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f6c69747765622f6c61726176656c2d64617368626f6172642d736f756e64747261636b2d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/solitweb/laravel-dashboard-soundtrack-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/7f78b03b471e9f0453eda856c18f3cb608813ceb920c29f9de9468ba3371b1b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c69747765622f6c61726176656c2d64617368626f6172642d736f756e64747261636b2d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-soundtrack-tile)

This tile displays "now playing" infomation from [Soundtrack Your Brand](https://www.soundtrackyourbrand.com/).

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

 [![](https://github.com/solitweb/laravel-dashboard-soundtrack-tile/raw/master/screenshot.png)](https://github.com/solitweb/laravel-dashboard-soundtrack-tile/raw/master/screenshot.png)

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

[](#installation)

You can install the package via composer:

```
composer require solitweb/laravel-dashboard-soundtrack-tile
```

In the dashboard config file, you must add this configuration in the tiles key.

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'soundtrack' => [
            'email' => env('SOUNDTRACK_EMAIL'),
            'password' => env('SOUNDTRACK_PASSWORD'),
            'sound_zone' => env('SOUNDTRACK_SOUND_ZONE'),
            'refresh_interval_in_seconds' => 60,
        ],
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `Solitweb\SoundtrackTile\FetchDataFromApiCommand` to run every minute.

```
// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\Solitweb\SoundtrackTile\FetchDataFromApiCommand::class)->everyMinute();
}
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:soundtrack-tile` component.

```

```

### Customizing the view

[](#customizing-the-view)

If you want to customize the view used to render this tile, run this command:

```
php artisan vendor:publish --provider="Solitweb\SoundtrackTile\SoundtrackTileServiceProvider" --tag="dashboard-soundtrack-tile-views"
```

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

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Spatie](https://github.com/spatie/)
- [Spotify tile](https://github.com/ashbakernz/laravel-dashboard-spotify-tile)
- [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

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

1702d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.1PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a5690f03d3f16b5b6c060e87c00ee74124b027cb623fbbb51ab2e6a4e1f328e?d=identicon)[Solitweb](/maintainers/Solitweb)

---

Top Contributors

[![stijnvanouplines](https://avatars.githubusercontent.com/u/16742744?v=4)](https://github.com/stijnvanouplines "stijnvanouplines (2 commits)")

---

Tags

solitweblaravel-dashboard-soundtrack-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/solitweb-laravel-dashboard-soundtrack-tile/health.svg)

```
[![Health](https://phpackages.com/badges/solitweb-laravel-dashboard-soundtrack-tile/health.svg)](https://phpackages.com/packages/solitweb-laravel-dashboard-soundtrack-tile)
```

PHPackages © 2026

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