marcreichel / laravel-fathom
Fathom Analytics API wrapper for Laravel
Fund package maintenance!
marcreichel
Installs: 32 699
Dependents: 1
Suggesters: 0
Security: 0
Stars: 18
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: ^8.2
- guzzlehttp/guzzle: ~6.0|~7.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- gajus/dindent: ^2.0
- nunomaduro/collision: ^5.10|^6.1|^7.0|^8.1
- nunomaduro/larastan: ^1.0|^2.0
- orchestra/testbench: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.5|^10.0
- roave/security-advisories: dev-latest
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
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.
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.