Download the PHP package based/fathom without Composer
On this page you can find all versions of the php package based/fathom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package fathom
Short Description Fathom Analytics API PHP Client
License MIT
Homepage https://github.com/lepikhinb/fathom-api
Informations about the package fathom
Fathom Analytics PHP API Client
This package is a wrapper for the newly released Fathom Analytics API. The package is in wip mode as the API is still in early access.
Installation
This version supports PHP 8.0. You can install the package via composer:
Usage
Account
Sites
Events
Aggregation
Generate an aggregation. This is effectively an unbelievably flexible report that allows you to group on any fields you wish, and filter them at your leisure.
Get Current Visitors
Laravel
This package contains a facade and a config file for Laravel applications.
You can publish the config file with:
This is the contents of the published config file:
Update the config file directly, or set the environment variable FATHOM_TOKEN
to your API key (preferred).
Example
Example using a facade:
Or create an instance directly:
Testing
Credits
- Boris Lepikhin
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of fathom with dependencies
guzzlehttp/guzzle Version ^7.3
illuminate/http Version ^8.54
illuminate/validation Version ^8.54
spatie/laravel-package-tools Version ^1.4.3