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

v2.0.0(1mo ago)1368MITPHPPHP 8.4.\*|8.5.\*CI passing

Since Oct 21Pushed 1mo 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 1w ago

READMEChangelogDependencies (45)Versions (9)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

47

—

FairBetter than 93% of packages

Maintenance91

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~42 days

Total

7

Last Release

45d ago

Major Versions

v1.1.3 → v2.0.02026-07-03

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

v1.1.0PHP ^8.4|^8.5

v1.1.2PHP 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 (15 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

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329575.9k35](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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