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

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

solitweb/laravel-dashboard-currencies-tile
==========================================

A currencies tile for Laravel Dashboard

1.0.0(4y ago)16MITPHPPHP ^7.4|^8.0

Since May 18Pushed 4y ago1 watchersCompare

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

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

A currencies tile for the Laravel Dashboard
===========================================

[](#a-currencies-tile-for-the-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0974bbc574ae4e4b0bdd248ba8f882351870e77513b9a6c3a40cb6011a0bc3ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c69747765622f6c61726176656c2d64617368626f6172642d63757272656e636965732d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-currencies-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9fef7c32eefd22385cc344e3f36e77056dad82adb9828fd9bf7ac2d8689cda55/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f6c69747765622f6c61726176656c2d64617368626f6172642d63757272656e636965732d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/solitweb/laravel-dashboard-currencies-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/64263a8f1c147b2cbbb34226a638b5e3ced79d532a702705b27f82f8666d3a14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c69747765622f6c61726176656c2d64617368626f6172642d63757272656e636965732d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solitweb/laravel-dashboard-currencies-tile)

This tile displays currency rates from [Alpha Vantage](https://www.alphavantage.co/).

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

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

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

[](#installation)

You can install the package via composer:

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

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

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'currencies' => [
            'alpha_vantage_apikey' => env('CURRENCIES_ALPHA_VANTAGES_APIKEY'),
            'from_currency' => 'BTC',
            'to_currency' => 'EUR',
            'refresh_interval_in_seconds' => 60,
        ],
    ],
];
```

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

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

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

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:currencies-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\CurrenciesTile\CurrenciesTileServiceProvider" --tag="dashboard-currencies-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)

- [Alpha Vantage](https://www.alphavantage.co/)
- [Spatie](https://github.com/spatie/)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

1820d ago

### 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 (1 commits)")

---

Tags

solitweblaravel-dashboard-currencies

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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