PHPackages                             merqlove/airbrake-silex-service-provider - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. merqlove/airbrake-silex-service-provider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

merqlove/airbrake-silex-service-provider
========================================

This allows use php-airbrake module as a service in Silex.

05891PHP

Since Oct 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/merqlove/airbrake-silex-service-provider)[ Packagist](https://packagist.org/packages/merqlove/airbrake-silex-service-provider)[ RSS](/packages/merqlove-airbrake-silex-service-provider/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Airbrake Silex Extension
========================

[](#airbrake-silex-extension)

[Airbrake](https://airbrake.io) service provider for [Silex](http://silex.sensiolabs.org) and [php-airbrake](https://github.com/dbtlr/php-airbrake).

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

[](#installation)

composer.json:

```
{
    "require": {
      "dbtlr/php-airbrake"    : "dev-master",
      "merqlove/airbrake-silex-service-provider"    : "dev-master"
    }
}
```

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
```

Registering
-----------

[](#registering)

```
use Merqlove\Silex\Provider\AirbrakeServiceProvider;

$app->register(new AirbrakeServiceProvider(), array(
    'airbrake.api_key' => 'SOME_KEY', //required
    'airbrake.options' => array(
      'secure' => false,
    ), // optional
));
```

Using
-----

[](#using)

```
// Send just an error message
$app['airbrake']->notifyOnError('My error message');

// Send an exception that may have been generated or caught.
try {
    throw new Exception('This is my exception');
} catch (Exception $exception) {
    $app['airbrake']->notifyOnException($exception);
}
```

License
-------

[](#license)

The Airbrake Silex Extension is licensed under the MIT license.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/76d59e12440d880d1d337a262c09fa118a3651fa3f7f87dc3ff2ab365f310ea3?d=identicon)[merqlove](/maintainers/merqlove)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/merqlove-airbrake-silex-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/merqlove-airbrake-silex-service-provider/health.svg)](https://phpackages.com/packages/merqlove-airbrake-silex-service-provider)
```

###  Alternatives

[axios/tools

some tools

271.3k2](/packages/axios-tools)

PHPackages © 2026

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