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.3(2w ago)1344MITPHPPHP 8.4.\*|8.5.\*CI 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 today

READMEChangelogDependencies (36)Versions (8)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

46

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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 ~47 days

Total

6

Last Release

15d ago

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 (11 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-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[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.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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