PHPackages                             nodrew/exceptional-bundle - 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. nodrew/exceptional-bundle

AbandonedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

nodrew/exceptional-bundle
=========================

Symfony2 Bundle for working with the Exceptional Service

37PHP

Since Sep 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nodrew/NodrewExceptionalBundle)[ Packagist](https://packagist.org/packages/nodrew/exceptional-bundle)[ RSS](/packages/nodrew-exceptional-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Exceptional Bundle for Symfony2 [![Travis-CI Build Status](https://camo.githubusercontent.com/a826dccdce20a04b52b9836848bf2fb8172e56113c56529c6b7145c15185f9cf/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6e6f647265772f4e6f64726577457863657074696f6e616c42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/#!/nodrew/NodrewExceptionalBundle)
===================================================================================================================================================================================================================================================================================================================================================================================

[](#exceptional-bundle-for-symfony2-)

For use with the Exceptional service at:

Installation Instructions
-------------------------

[](#installation-instructions)

1. Download NodrewExceptionalBundle
2. Configure the Autoloader
3. Enable the Bundle
4. Add your Exceptional API key

### Step 1: Download NodrewExceptionalBundle

[](#step-1-download-nodrewexceptionalbundle)

Ultimately, the NodrewExceptionalBundle files should be downloaded to the `vendor/bundles/Nodrew/Bundle/ExceptionalBundle` directory.

This can be done in several ways, depending on your preference. The first method is the standard Symfony2 method.

**Using the vendors script**

Add the following lines in your `deps` file:

```
[NodrewExceptionalBundle]
    git=http://github.com/nodrew/NodrewExceptionalBundle.git
    target=/bundles/Nodrew/Bundle/ExceptionalBundle

```

Now, run the vendors script to download the bundle:

```
$ php bin/vendors install
```

**Using submodules**

If you prefer instead to use git submodules, then run the following:

```
$ git submodule add http://github.com/nodrew/NodrewExceptionalBundle.git vendor/bundles/Nodrew/Bundle/ExceptionalBundle
$ git submodule update --init
```

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

```
