Registry / observability / mindscape-raygun4php

mindscape-raygun4php

JSON →
library2.3.3phppackagistunverified

Raygun.com client for sending errors and exceptions automatically.

composer require mindscape/raygun4php
INSTALL
IMPORT
SIG · MINDSCAPE-RAYGUN4P
M
mindscape-raygun4php
observabilityphpv2.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RaygunClient
use Raygun4php\RaygunClient;

Initialize the Raygun client and send exceptions automatically.

use Raygun4php\RaygunClient; $client = new RaygunClient('your-api-key'); try { // your code } catch (\Throwable $e) { $client->SendException($e); }
Debug
Known issues
breakingRequires PHP 7.4+; older versions may cause compatibility issues.
fix
Upgrade to PHP 7.4 or later.
affects: <2.3.3
Upgrade
Version history
2.3.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
OpenAI (training)
4
Resources
mindscape-raygun4php — pip install mindscape-raygun4php · libregistry