PHPackages                             alexandermatveev/raven-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. alexandermatveev/raven-bundle

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

alexandermatveev/raven-bundle
=============================

Raven.js Bundle for Symfony2

1.1(9y ago)03.1kMITJavaScriptPHP &gt;=5.3.0

Since Sep 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AlexanderMatveev/raven-bundle)[ Packagist](https://packagist.org/packages/alexandermatveev/raven-bundle)[ Docs](https://github.com/AlexanderMatveev/raven-bundle)[ RSS](/packages/alexandermatveev-raven-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Raven Bundle for Symfony2
=========================

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

Current Version
---------------

[](#current-version)

Raven.js 3.7.0

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "alexandermatveev/raven-bundle": "*"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new AlexanderMatveev\RavenBundle\AlexanderMatveevRavenBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update alexandermatveev/raven-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ bin/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ bin/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Total

2

Last Release

3463d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58c62efae198ffa8f65956fd33eee2a9e87a58d28a1884d825ca7595cfbfee69?d=identicon)[AlexanderMatveev](/maintainers/AlexanderMatveev)

---

Top Contributors

[![AlexanderMatveev](https://avatars.githubusercontent.com/u/1456669?v=4)](https://github.com/AlexanderMatveev "AlexanderMatveev (4 commits)")

---

Tags

symfonyjavascriptraven

### Embed Badge

![Health badge](/badges/alexandermatveev-raven-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alexandermatveev-raven-bundle/health.svg)](https://phpackages.com/packages/alexandermatveev-raven-bundle)
```

###  Alternatives

[nelmio/js-logger-bundle

Adds logging of JS errors in your Symfony application

1761.2M](/packages/nelmio-js-logger-bundle)[bugsnag/bugsnag-symfony

Official BugSnag notifier for Symfony applications.

453.0M3](/packages/bugsnag-bugsnag-symfony)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2830.1k2](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
