PHPackages                             mindscapehq/raygun-cake - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. mindscapehq/raygun-cake

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

mindscapehq/raygun-cake
=======================

A CakePHP 2.x plugin for sending errors and exceptions to the Raygun.io service

v1.0.0(7y ago)08MITPHPPHP &gt;=5.3.0

Since Aug 7Pushed 7y ago6 watchersCompare

[ Source](https://github.com/MindscapeHQ/RaygunCake)[ Packagist](https://packagist.org/packages/mindscapehq/raygun-cake)[ Docs](https://github.com/MindscapeHQ/RaygunCake)[ RSS](/packages/mindscapehq-raygun-cake/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

CakePHP 2.x [Raygun.com](http://raygun.com) Plugin
==================================================

[](#cakephp-2x-rayguncom-plugin)

A CakePHP plugin to use [Raygun.com](http://raygun.com) for errors and exceptions. Required PHP 5.3+ (due to Raygun4php dependency)

Based on

**Dependencies**

- CakePHP 2.x
- [Raygun4php](https://github.com/MindscapeHQ/raygun4php), bundled in /Vendor

Installation
============

[](#installation)

```
git submodule add git://github.com/MindscapeHQ/RaygunCake.git app/Plugin/RaygunCake
cd app/Plugin/RaygunCake
git submodule init
git submodule update

```

app/Config/bootstrap.php
========================

[](#appconfigbootstrapphp)

```
