PHP Package: spatie/flare-client-php

Spatie's PHP library for Flare error tracking service integration, enabling real-time monitoring and alerts.

Current Version: 2.2.3
Last Updated: 2025-10-06
PHP Requirement: ^8.2
Dependencies:
spatie/flare-client
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Spatie's Flare client for PHP provides seamless integration with the Flare error tracking service, offering real-time monitoring of errors, exceptions, and performance issues in your applications. With Flare's advanced alerting features, you can proactively address issues before they impact users, ensuring a seamless user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.3

Download Download v2.2.3

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/flare-client-php/2.2.3/loader.php';
require_once 'libs/spatie/flare-client/{lib_version}/loader.php';

use Spatie\FlareClient\FlareClient;
use Spatie\FlareClient\FlareNotifier;

$obj = new FlareClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.