PHPackages                             bonnier/context-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bonnier/context-laravel

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

bonnier/context-laravel
=======================

Laravel package to implement Context Service Provider

2.0.0(5y ago)0250[1 issues](https://github.com/BenjaminMedia/context-laravel/issues)2PHP

Since Aug 22Pushed 4y ago9 watchersCompare

[ Source](https://github.com/BenjaminMedia/context-laravel)[ Packagist](https://packagist.org/packages/bonnier/context-laravel)[ RSS](/packages/bonnier-context-laravel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (29)Used By (2)

Context Service Provider
========================

[](#context-service-provider)

Install &amp; setup
-------------------

[](#install--setup)

- Install `composer require bonnier/context-laravel`
- Add to `config/app.php`

```
'providers' => [
    ...,
    Bonnier\ContextService\ContextServiceProvider::class,
    ...
],
```

- Add middleware to `app/Http/Kernel.php`

```
protected $middleware = [
    ...,
    \Bonnier\ContextService\Middleware\RegisterContext::class,
];
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~51 days

Recently: every ~244 days

Total

23

Last Release

2093d ago

Major Versions

1.4.0 → 2.0.02020-10-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a3a215b5d0438fc3b691faf171722b3451ad9c7dbae257799d5e4caede6a3fe?d=identicon)[MFlor](/maintainers/MFlor)

![](https://www.gravatar.com/avatar/c85972abf129cb0d5522b069083a4084ef35c680f98642a7caa65fda3a26f23d?d=identicon)[sorenthorup](/maintainers/sorenthorup)

![](https://www.gravatar.com/avatar/42a101ed1d72b4911ddfdc734d53248150271bd5ff6a9272952beca139a0723d?d=identicon)[jonastanz](/maintainers/jonastanz)

---

Top Contributors

[![Frozire](https://avatars.githubusercontent.com/u/6813614?v=4)](https://github.com/Frozire "Frozire (13 commits)")[![MFlor](https://avatars.githubusercontent.com/u/3704257?v=4)](https://github.com/MFlor "MFlor (9 commits)")[![jimmiw](https://avatars.githubusercontent.com/u/45835?v=4)](https://github.com/jimmiw "jimmiw (4 commits)")[![alfhen](https://avatars.githubusercontent.com/u/5700924?v=4)](https://github.com/alfhen "alfhen (3 commits)")[![Xayer](https://avatars.githubusercontent.com/u/1837767?v=4)](https://github.com/Xayer "Xayer (2 commits)")

### Embed Badge

![Health badge](/badges/bonnier-context-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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