PHPackages                             code16/sharp-fathom-dashboard - 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. code16/sharp-fathom-dashboard

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

code16/sharp-fathom-dashboard
=============================

Sharp package that adds a fathom dashboard

v1.1.1(2mo ago)1187MITPHPPHP ^8.4|^8.5CI passing

Since Oct 21Pushed 2mo agoCompare

[ Source](https://github.com/code16/sharp-fathom-dashboard)[ Packagist](https://packagist.org/packages/code16/sharp-fathom-dashboard)[ Docs](https://github.com/code16/sharp-fathom-dashboard)[ GitHub Sponsors](https://github.com/Code16)[ RSS](/packages/code16-sharp-fathom-dashboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (18)Versions (6)Used By (0)

Sharp Fathom Dashboard
======================

[](#sharp-fathom-dashboard)

A Laravel package designed to be used with [Sharp](https://github.com/code16/sharp) to display a [Fathom](https://usefathom.com) dashboard.

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

[](#installation)

You can install the package via composer:

```
composer require code16/sharp-fathom-dashboard
```

You can publish and run the migrations with:

You can publish the config file with:

```
php artisan vendor:publish --tag="sharp-fathom-dashboard-config"
```

Usage
-----

[](#usage)

### Setup required environment variables

[](#setup-required-environment-variables)

```
FATHOM_API_KEY=
FATHOM_SITE_ID=
#Optional, will display a dashboard command to open Fathom
FATHOM_ACCESS_URL=
```

### Register the Dashboard Sharp's entity in your Sharp Configuration's Service Provider

[](#register-the-dashboard-sharps-entity-in-your-sharp-configurations-service-provider)

```
$config
    ->setName('My Project')
    // ...
    ->declareEntity(Code16\SharpFathomDashboard\Sharp\Entities\FathomDashboardEntity::class);
```

### Add the dashboard in your Sharp's Menu

[](#add-the-dashboard-in-your-sharps-menu)

```
    return $this
        // ...
        ->addEntityLink(Code16\SharpFathomDashboard\Sharp\Entities\FathomDashboardEntity::class, 'Visits', 'fas-chart-line');
```

Done !

Credits
-------

[](#credits)

- [Lucien PUGET](https://github.com/patrickepatate)
- [All Contributors](../../contributors)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~46 days

Total

4

Last Release

69d ago

PHP version history (2 changes)v1.0.0PHP ^8.4

v1.1.0PHP ^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/f97dcdc942d25d5b5720b790d5f28e6accc6f05370cf5a6b52b78abc60c29e57?d=identicon)[code16](/maintainers/code16)

---

Top Contributors

[![PatrickePatate](https://avatars.githubusercontent.com/u/16721134?v=4)](https://github.com/PatrickePatate "PatrickePatate (10 commits)")[![dvlpp](https://avatars.githubusercontent.com/u/973325?v=4)](https://github.com/dvlpp "dvlpp (1 commits)")

---

Tags

laravelcode16sharp-fathom-dashboard

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/code16-sharp-fathom-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/code16-sharp-fathom-dashboard/health.svg)](https://phpackages.com/packages/code16-sharp-fathom-dashboard)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k28.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)
