PHPackages                             owenvoke/laravel-dashboard-offset-earth-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. owenvoke/laravel-dashboard-offset-earth-tile

ActiveLibrary

owenvoke/laravel-dashboard-offset-earth-tile
============================================

A tile for Laravel Dashboard that displays statistics from Offset Earth

v2.0.0(5y ago)05[1 issues](https://github.com/owenvoke/laravel-dashboard-offset-earth-tile/issues)MITPHPPHP ^7.4

Since May 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/owenvoke/laravel-dashboard-offset-earth-tile)[ Packagist](https://packagist.org/packages/owenvoke/laravel-dashboard-offset-earth-tile)[ Fund](https://offset.earth/owenvoke?gift-trees)[ GitHub Sponsors](https://github.com/owenvoke)[ RSS](/packages/owenvoke-laravel-dashboard-offset-earth-tile/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Ecologi Tile
============

[](#ecologi-tile)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a80529ff2ddd0ab8bc274c3e99355479bc03c0a4aced3747e9b3e8d84cfebc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f77656e766f6b652f6c61726176656c2d64617368626f6172642d6f66667365742d65617274682d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/laravel-dashboard-offset-earth-tile)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/10f47667126823451467f03449a3fce8822e74db8191710b0e63ca1c6b3f8008/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f77656e766f6b652f6c61726176656c2d64617368626f6172642d6f66667365742d65617274682d74696c652f436f6e74696e756f7573253230496e746567726174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/owenvoke/laravel-dashboard-offset-earth-tile/actions)[![Style CI](https://camo.githubusercontent.com/02ba73312cc4c5e74fe0fbed7135104e1c8f324b5f84bf8b604169870ca2f6e1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3236313938393839332f736869656c64)](https://styleci.io/repos/261989893)[![Total Downloads](https://camo.githubusercontent.com/d606bf61b34385211514a8da4d19aedc889b4dd862b333eb5b8370728691964d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f77656e766f6b652f6c61726176656c2d64617368626f6172642d6f66667365742d65617274682d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/laravel-dashboard-offset-earth-tile)[![Buy us a tree](https://camo.githubusercontent.com/910e097fe46a40add8f3484705ecbc26dc047df84b2fef027405f47408023d76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d6c69676874677265656e3f7374796c653d666c61742d737175617265)](https://ecologi.com/owenvoke?gift-trees)

A tile for Laravel Dashboard that displays statistics from Ecologi

[![Screenshot of tile](./docs/screenshot.png)](./docs/screenshot.png)

Install
-------

[](#install)

Via Composer

```
$ composer require owenvoke/laravel-dashboard-offset-earth-tile
```

Usage
-----

[](#usage)

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

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'offset_earth' => [
            'username' => env('OFFSET_EARTH_USERNAME'),
        ],
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `OwenVoke\OffsetEarthTile\Commands\FetchOffsetEarthStatisticsCommand` to run every `30` minutes.

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

protected function schedule(Schedule $schedule)
{
    $schedule->command(\OwenVoke\OffsetEarthTile\Commands\FetchOffsetEarthStatisticsCommand::class)->everyThirtyMinutes();
}
```

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

```

```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/owenvoke)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees [here](https://ecologi.com/owenvoke?gift-trees).

Read more about Treeware at [treeware.earth](https://treeware.earth).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~129 days

Total

2

Last Release

2068d ago

Major Versions

v1.0.0 → v2.0.02020-09-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (11 commits)")[![vinevax](https://avatars.githubusercontent.com/u/26968185?v=4)](https://github.com/vinevax "vinevax (1 commits)")

---

Tags

laravellaravel-dashboardlaravel-dashboard-tilephp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/owenvoke-laravel-dashboard-offset-earth-tile/health.svg)

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

###  Alternatives

[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)[spatie/laravel-dashboard-time-weather-tile

A tile for Laravel Dashboard that displays the time and the weather

1112.1k1](/packages/spatie-laravel-dashboard-time-weather-tile)

PHPackages © 2026

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