# raven-php-old **Repository Path**: mirrors_getsentry/raven-php-old ## Basic Information - **Project Name**: raven-php-old - **Description**: PHP client for sentry - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README raven-php ========= raven-php is an experimental PHP client for `Sentry `_. :: // Register the autoloader require('/path/to/Raven/Autoloader.php'); Raven_Autoloader::register(); // Instantiate a new client with a compatible DSN $client = new Raven_Client('http://public:secret@example.com/1'); // Capture a message $event_id = $client->getIdent($client->message('my log message')); // Capture an exception $event_id = $client->getIdent($client->exception($ex)); // Give the user feedback echo "Sorry, there was an error!"; echo "Your reference ID is " . $event_id; Resources --------- * `Bug Tracker `_ * `Code `_ * `IRC `_ (irc.freenode.net, #sentry)