PHPackages                             coreproc/raven-laravel - 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. coreproc/raven-laravel

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

coreproc/raven-laravel
======================

A Laravel 5.1 library that easily integrates raven-php to centralize your logs using Sentry

0.1.0(10y ago)82.9k1MITPHP

Since Oct 9Pushed 10y ago3 watchersCompare

[ Source](https://github.com/CoreProc/raven-laravel)[ Packagist](https://packagist.org/packages/coreproc/raven-laravel)[ Docs](https://github.com/CoreProc/raven-laravel)[ RSS](/packages/coreproc-raven-laravel/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Raven for Laravel 5.1
=====================

[](#raven-for-laravel-51)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f073d3de3e4e009d3b25e2e4e98be934d8f012ed39efa2939ffd12624489e230/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f726570726f632f726176656e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/raven-laravel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/348c801198f10291e32310e5cc804fcc1567b08380eb45472fb9504e78035690/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f726570726f632f726176656e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/raven-laravel)

A Laravel 5.1 library that easily integrates [raven-php](https://github.com/getsentry/raven-php) to centralize your logs using [Sentry](https://getsentry.com/).

Install
-------

[](#install)

Go to the root of your Laravel 5.1 project and run the following command:

```
composer require coreproc/raven-laravel
```

Then in your `config/app.php` add the `RavenServiceProvider` to your `providers` array

```
'providers' => array(

    ...
    Coreproc\RavenLaravel\Providers\RavenServiceProvider::class,
),
```

Back on your terminal, run the following command to publish the `sentry.php` config file:

```
php artisan vendor:publish
```

Edit your `config/sentry.php` file and enable Sentry logging by setting `enabled` to true and plugging in your DSN from your Sentry project.

```
'enabled' => true,

'dsn'     => 'https://***:***@sentry.yourdomain.com/{project}'
```

Configuration
-------------

[](#configuration)

You can configure Raven through the `config/sentry.php` config file. All the available options are already in there together with their default values.

You can find more details about the available options in Raven using this link:

Testing
-------

[](#testing)

To test if your Sentry application is correctly grabbing your logs, simply launch `php artisan tinker` and execute a sample log like so:

```
$ php artisan tinker
>>> Log::error("This is a test error. Sentry should get this.");
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Chris Bautista](https://github.com/chrisbjr)
- [Clarke Plumo](https://github.com/arkeidolon)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3921d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7066371?v=4)[CoreProc](/maintainers/coreproc)[@CoreProc](https://github.com/CoreProc)

---

Top Contributors

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

---

Tags

laravelloggingsentryravencentralizedraven-php

### Embed Badge

![Health badge](/badges/coreproc-raven-laravel/health.svg)

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

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M203](/packages/sentry-sentry-laravel)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90336.2M38](/packages/bugsnag-bugsnag-laravel)[illuminate/log

The Illuminate Log package.

6225.3M624](/packages/illuminate-log)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

90197.3k1](/packages/jenssegers-raven)

PHPackages © 2026

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