PHPackages                             yassa/rollbar - 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. yassa/rollbar

ActiveProject

yassa/rollbar
=============

Zend Framework 2 module for connect to Rollbar

0.3.0(13y ago)26736[1 issues](https://github.com/bladeofsteel/yassa-rollbar/issues)Apache-2.0PHPPHP &gt;=5.3.3CI failing

Since Apr 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bladeofsteel/yassa-rollbar)[ Packagist](https://packagist.org/packages/yassa/rollbar)[ RSS](/packages/yassa-rollbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (6)Used By (0)

yassa-rollbar
=============

[](#yassa-rollbar)

[![Join the chat at https://gitter.im/bladeofsteel/yassa-rollbar](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/bladeofsteel/yassa-rollbar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://camo.githubusercontent.com/062da8a6c9813ab26e4ac4aa1d34ef70a92a44b761890c51193435062e7e6174/68747470733a2f2f7472617669732d63692e6f72672f626c6164656f66737465656c2f79617373612d726f6c6c6261722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/bladeofsteel/yassa-rollbar) [![Dependency Status](https://camo.githubusercontent.com/401807279f0116f6197eebab1ec94e08cd19e09f5936bbbb70547b50ad7ea12b/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3531386664366665623165336165303030323030313461312f62616467652e706e67)](https://www.versioneye.com/user/projects/518fd6feb1e3ae00020014a1)

This is ZF2 module that implements the notifier for Rollbar. Catches and reports exceptions to [Rollbar.com](https://rollbar.com/) for alerts, reporting, and analysis.

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [rollbar/rollbar-php](https://github.com/rollbar/rollbar-php)

Installation
------------

[](#installation)

### By cloning project

[](#by-cloning-project)

1. Install the [rollbar-php](https://github.com/rollbar/rollbar-php) by cloning it into `./vendor/`.
2. Clone this project into your `./vendor/` directory.

### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "yassa/rollbar": "dev-master"
    }
    ```
2. Install this package by running the command:

    ```
    $ php composer.phar update
    ```

Post installation
-----------------

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
