PHPackages                             charlielangridge/fathom-stats-display - 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. charlielangridge/fathom-stats-display

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

charlielangridge/fathom-stats-display
=====================================

A Laravel Nova Card to show Fathom Analytics stats.

v0.1.3(3y ago)31.7k↓89.2%1[1 issues](https://github.com/charlielangridge/FathomStatsDisplay/issues)MITPHPPHP ^8.0

Since Nov 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/charlielangridge/FathomStatsDisplay)[ Packagist](https://packagist.org/packages/charlielangridge/fathom-stats-display)[ Docs](https://github.com/charlielangridge/fathom-stats-display)[ RSS](/packages/charlielangridge-fathom-stats-display/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

Fathom Stats Display
====================

[](#fathom-stats-display)

#### A Laravel Nova Card to show Fathom Analytics stats.

[](#a-laravel-nova-card-to-show-fathom-analytics-stats)

[![Status](https://camo.githubusercontent.com/263f3694f42afc27e06a1ff829cd63884893b55624e13a16893dd0a3ba772b94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d737563636573732e737667)](https://camo.githubusercontent.com/263f3694f42afc27e06a1ff829cd63884893b55624e13a16893dd0a3ba772b94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d737563636573732e737667)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](/LICENSE)[![PHP](https://camo.githubusercontent.com/82887c22962d0022d20f61e17b76e949b7c813ca52cd0b00e794487a1a951169/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302d626c75652e737667)](https://camo.githubusercontent.com/82887c22962d0022d20f61e17b76e949b7c813ca52cd0b00e794487a1a951169/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302d626c75652e737667)[![Latest Version on Packagist](https://camo.githubusercontent.com/151b1785f8315fb0faab039e85d24353fef4b791ea33d067c301d78ccab3b3d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636861726c69656c616e6772696467652f666174686f6d2d73746174732d646973706c61792e737667)](https://packagist.org/packages/charlielangridge/fathom-stats-display)[![Downloads](https://camo.githubusercontent.com/22b5860351b2fc9a3dfe1ae043f1420cd49bade23406eefccec7cd4eca04e2c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636861726c69656c616e6772696467652f666174686f6d2d73746174732d646973706c61792e737667)](https://packagist.org/packages/charlielangridge/fathom-stats-display)

---

Table of Contents
-----------------

[](#table-of-contents)

- [Getting Started](#getting_started)
    - [Prerequisites](#prerequisites)
    - [Installing](#installing)
- [Usage](#usage)
- [Authors](#authors)
- [Changelog](#changelog)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Getting Started
-----------------------------------------------------------

[](#getting-started-)

*You'll need a Fathom account - if you don't have one, feel free to use our referal code:  - you'll get $10 off your first invoice and we get a little something too*

### Prerequisites

[](#prerequisites)

This package requires the following :

- PHP 8.0 or higher
- Laravel Nova 4.0 or higher
- Fathom account with API access

### Installing

[](#installing)

To get started, you will need to install the following dependencies :

```
composer require charlielangridge/fathom-stats-display

```

Next add your Fathom API Token and Site ID to your .env file

```
FATHOM_SITE_ID=
FATHOM_TOKEN=

```

Publish the included config file:

```
php artisan vendor:publish --provider="CharlieLangridge\FathomStatsDisplay\CardServiceProvider"

```

That's it, you're ready to go!

Usage
---------------------------------------

[](#usage-)

Add the card to any of your dashboards

```
