PHPackages                             jeop10/laravel-dashboard-reddit-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. jeop10/laravel-dashboard-reddit-tile

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

jeop10/laravel-dashboard-reddit-tile
====================================

A reddit tile for Spatie's Laravel dashboard

V2.0.0(5y ago)2831MITPHPPHP ^7.4CI failing

Since May 14Pushed 5y ago1 watchersCompare

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

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

Reddit tile for [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).
==============================================================================

[](#reddit-tile-for-laravel-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f508bc053adbcd9dd9e56fa17998d951dd57b4588ce198192e336db534865da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a656f7031302f6c61726176656c2d64617368626f6172642d7265646469742d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeop10/laravel-dashboard-reddit-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/366339f0a1c149d41ea402b60e94f3d1f42c974c6f65cd8139b8f200c57c1f86/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a656f7031302f6c61726176656c2d64617368626f6172642d7265646469742d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jeop10/laravel-dashboard-reddit-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/8fb1506965223e67c491319f9d08d318a348cced7f4df4089aa0d14852a8e746/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a656f7031302f6c61726176656c2d64617368626f6172642d7265646469742d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeop10/laravel-dashboard-reddit-tile)

This tile can display a list of the post to your favorite subreddit.

[![img](docs/reddit-tile.jpg)](docs/reddit-tile.jpg)

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

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

[](#installation)

You can install the package via composer:

```
composer require jeop10/laravel-dashboard-reddit-tile
```

Usage
-----

[](#usage)

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

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'reddit' => [
            'general' => [
                'useragent' => 'web:laravel-dashboard-reddit-tile:0.1',
                'timezone' => 'Your desired timezone', //Important to get the posted at
            ],
            'configurations' => [
                'default' => [
                    'subreddit' => 'aww',
                    'sort_by' => 'hot', // valid values are hot, new, rising, controversial, top
                    'refresh_interval_in_seconds' => 120,
                ],
                'covid' => [
                    'subreddit' => 'coronavirus',
                    'sort_by' => 'new',
                    'refresh_interval_in_seconds' => 60,
                ],
                //...
            ]
        ]
    ]
];
```

In app\\Console\\Kernel.php you should schedule the `Dustycode\RedditTile\ListenForRedditPostsCommand` to run. You can let in run every minute if you want. You could also run is less frequently if you fast updates on the dashboard aren’t that important for this tile.

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

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(Dustycode\RedditTile\ListenForRedditPostsCommand::class)->everyMinute();
}

```

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

```

```

The title attribute is optional

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

[](#security)

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

Credits
-------

[](#credits)

- [All Contributors](../../contributors)
- File Icon by [Raj Dev](https://freeicons.io/profile/714) URL: [Link](https://freeicons.io/documents-icons-2/icon-document-text-icon-7477)
- Web Icon by [Raj Dev](https://freeicons.io/profile/714) URL: [Link](https://freeicons.io/documents-icons-2/icon-note-icon-7462#)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~292 days

Total

2

Last Release

1897d ago

Major Versions

V1.0.1 → V2.0.02021-03-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5445566?v=4)[Jesus Ortega](/maintainers/jeop10)[@jeop10](https://github.com/jeop10)

---

Top Contributors

[![jeop10](https://avatars.githubusercontent.com/u/5445566?v=4)](https://github.com/jeop10 "jeop10 (7 commits)")[![HajMo](https://avatars.githubusercontent.com/u/50548630?v=4)](https://github.com/HajMo "HajMo (1 commits)")

---

Tags

jeop10laravel-dashboard-reddit-tilereddit tile

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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