Tinkerwell 4 is out now! Get the most popular PHP Scratchpad application. Learn more

Fathom Notifier

Adding sites#

You can add a site to the list of sites that you want to get notified by running:

php fathom sites

This will show you a list of all sites that you have configured on Fathom Analytics. Select the site that you want to add and press enter.

Testing the notifications#

If you do not want to wait for the scheduler to run, you can test your notifications manually using:

php fathom notify

Listing configured sites#

To list all configured sites, run the following command:

php fathom sites:list

Deleting configured sites#

To remove a site from being notified, you can run this command:

php fathom sites:delete {site-id}

Tinkerwell: The PHP Scratchpad

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.