marcreichel/laravel-fathom

Fathom Analytics API wrapper for Laravel

Fund package maintenance!
marcreichel

0.10.0 2024-03-12 19:37 UTC

This package is auto-updated.

Last update: 2024-04-12 19:48:58 UTC


README

Please note: This package is still a work in progress and the Fathom API is also only in early access. Do not use this package in your production environment (yet).

Laravel Fathom

Packagist Version Packagist Downloads tests CodeQuality CodeFactor codecov GitHub Gitmoji

This is an unofficial Laravel wrapper for the Fathom Analytics API and provides a neat little Blade component for the Fathom script tag including some helpful configurations.

Fathom Analytics

Installation

You can install this package via composer:

composer require marcreichel/laravel-fathom

The package will automatically register its service provider.

To publish the config file to config/fathom.php run:

php artisan fathom:install

Documentation

You will find the full documentation on the dedicated documentation site.

Testing

Run the tests with:

composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

MIT