Laravel Fathom

Unofficial Laravel wrapper for the Fathom Analytics API.

Account

Get Account

Retrieve information about the account that owns the API key.

use MarcReichel\LaravelFathom\Fathom;
 
Fathom::account()->get();

On this page