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).
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.
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
You will find the full documentation on the dedicated documentation site.
Run the tests with:
composer test
Please see CONTRIBUTING for details.