PHPackages                             appserver-io-psr/context - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. appserver-io-psr/context

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

appserver-io-psr/context
========================

PSR, defining simple context functionality.

1.0.0(11y ago)011.9k33OSL-3.0PHPPHP &gt;=5.4.0

Since Nov 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/appserver-io-psr/context)[ Packagist](https://packagist.org/packages/appserver-io-psr/context)[ Docs](https://github.com/appserver-io-psr/context)[ RSS](/packages/appserver-io-psr-context/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (5)Used By (3)

PSR, defining simple context functionality.
===========================================

[](#psr-defining-simple-context-functionality)

[![Latest Stable Version](https://camo.githubusercontent.com/476291f4ed213aa617c2ab1bd21a3169a831d8517d5767ea4f08c889f0972a34/68747470733a2f2f706f7365722e707567782e6f72672f6170707365727665722d696f2d7073722f636f6e746578742f762f737461626c652e706e67)](https://packagist.org/packages/appserver-io-psr/context) [![Total Downloads](https://camo.githubusercontent.com/a0ad5a69169e47d0bb01b732d53d9709f5b84637e82af44fa7997db2c17cc965/68747470733a2f2f706f7365722e707567782e6f72672f6170707365727665722d696f2d7073722f636f6e746578742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/appserver-io-psr/context) [![License](https://camo.githubusercontent.com/5936b2bb69137a95cdcf16995aaecbcadb78f0a428c306ac573f9ce2111751f7/68747470733a2f2f706f7365722e707567782e6f72672f6170707365727665722d696f2d7073722f636f6e746578742f6c6963656e73652e706e67)](https://packagist.org/packages/appserver-io-psr/context) [![Build Status](https://camo.githubusercontent.com/49b43df0323e271b343175471b7a886d5f8b1cd9e8af6e5071e47efba5e9b75f/68747470733a2f2f7472617669732d63692e6f72672f6170707365727665722d696f2d7073722f636f6e746578742e706e67)](https://travis-ci.org/appserver-io-psr/context)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bcae5fb0aefc493ec3f19a65347558a7d6e5acd9f7427f4a003f2785953b8b48/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6170707365727665722d696f2d7073722f636f6e746578742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/appserver-io-psr/context/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/cb120308d16b60a0f9f362b64e3a76806978565c5668e0b63dd95ce1666c2cdb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6170707365727665722d696f2d7073722f636f6e746578742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/appserver-io-psr/context/?branch=master)

Connection abstract layer implementation for usage in server context.

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

[](#installation)

You don't have to install this package, as it'll be delivered with the latest appserver.io release. If you want to install it with your application only, you do this by add

```
{
    "require": {
        "appserver-io-psr/context": "dev-master"
    },
}
```

to your `composer.json` and invoke `composer update` in your project.

External Links
==============

[](#external-links)

- Documentation at [appserver.io](http://docs.appserver.io)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~46 days

Total

4

Last Release

4095d ago

Major Versions

0.6.0 → 1.0.02015-02-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/287509?v=4)[Tim Wagner](/maintainers/wagnert)[@wagnert](https://github.com/wagnert)

![](https://avatars.githubusercontent.com/u/287595?v=4)[Johann Zelger](/maintainers/zelgerj)[@zelgerj](https://github.com/zelgerj)

![](https://avatars.githubusercontent.com/u/4931168?v=4)[Bernhard Wick](/maintainers/wick-ed)[@wick-ed](https://github.com/wick-ed)

---

Top Contributors

[![wick-ed](https://avatars.githubusercontent.com/u/4931168?v=4)](https://github.com/wick-ed "wick-ed (5 commits)")[![wagnert](https://avatars.githubusercontent.com/u/287509?v=4)](https://github.com/wagnert "wagnert (3 commits)")[![zelgerj](https://avatars.githubusercontent.com/u/287595?v=4)](https://github.com/zelgerj "zelgerj (1 commits)")

---

Tags

Context

### Embed Badge

![Health badge](/badges/appserver-io-psr-context/health.svg)

```
[![Health](https://phpackages.com/badges/appserver-io-psr-context/health.svg)](https://phpackages.com/packages/appserver-io-psr-context)
```

###  Alternatives

[aura/di

A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.

352982.2k60](/packages/aura-di)[maclof/kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster.

234907.8k4](/packages/maclof-kubernetes-client)[icamys/php-sitemap-generator

Simple PHP sitemap generator.

175356.9k7](/packages/icamys-php-sitemap-generator)[wyrihaximus/psr-15-cat

CAT!

124.3k2](/packages/wyrihaximus-psr-15-cat)

PHPackages © 2026

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