Let Us

Keep Watch

Fire Tower monitors your applications so you can stay ahead of the flames.

Get Started

Standard and Custom Checks

Keep tabs on the basics and the bespoke

Composer Packages

See package versions for each application or get an overview for all of them.

krakero/firetower
1.0.2
guzzlehttp/guzzle
7.9.2
laravel/framework
v10.48.27
laravel/sanctum
v3.3.3
laravel/tinker
v2.10.1
statamic/cms
v4.58.3
spatie/laravel-newsletter
1.0.2
barryvdh/laravel-debugbar
7.9.2
livewire/livewire
v10.48.27
spatie/laravel-medialibrary
v3.3.3
spatie/laravel-activitylog
v2.10.1
maatwebsite/excel
v4.58.3

Version Checks

Keep tabs on your Laravel and PHP versions.

Laravel 12
Laravel 4.2
LATEST
EOL

Configuration Checks

Monitoring your email config, Stripe config, and more.

Bespoke Checks

If your application needs monitoring of specific data you can create a custom check.

SuspiciousChargeCheck.php
UserCheck.php
<?php
namespace App\Checks;
class SuspiciousChargeCheck extends Check
{
public string $name = 'Suspicious Checks';
public string $description = 'Gathers Laravel version for server side evaluation';
public function handle(): string
{
$charges = Charge::suspicious()->count();
if ($count <= 5) {
$this->data([
'charges_count' => $count,
]);
$this->fail();
return 'Too Many Suspicious Charges';
}
$this->pass();
return 'Only ' . $count . ' Suspicious Charges';
}
}

See what it's like

Screenshots

Simple and Affordable

Pricing

Hobby

$5 /month

Perfect for monitoring a few applications

  • Up to 5 applications
  • All available checks
  • Monitor Composer package versions
  • Status Emails
  • Custom Checks
Sign Up

Pro

$20 /month

Monitor your applications and your customers' applications

  • Unlimited applications
  • Multi-server / load balanced application support
  • All available checks
  • Monitor Composer package versions
  • Status Emails
  • Custom Checks
Sign Up