PHP Package: spatie/flare-client-php
Spatie's PHP library for Flare error tracking service integration, enabling real-time monitoring and alerts.
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.
Download Latest Version: 2.10.0
Previous Versions
v1.10.1
v2.0.3
v2.0.5
v2.0.6
v2.0.7
v2.0.8
v2.1.0
v2.2.2
v2.2.3
v2.3.2
v2.5.0
v2.5.2
v2.6.0
v2.7.0
v2.8.0
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.10.0/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.
