PHPackages                             gromnan/pimple-interop - 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. gromnan/pimple-interop

Abandoned → [pimple/pimple](/?search=pimple%2Fpimple)Library

gromnan/pimple-interop
======================

Pimple bridge for PSR-11 ContainerInterface

v1.0.0(9y ago)67.0k1MITPHP

Since Mar 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/GromNaN/pimple-interop)[ Packagist](https://packagist.org/packages/gromnan/pimple-interop)[ RSS](/packages/gromnan-pimple-interop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Pimple bridge for PSR-11 Container
==================================

[](#pimple-bridge-for-psr-11-container)

**This package is deprecated since [support of PSR-11 added to Pimple](https://github.com/silexphp/Pimple#using-the-psr-11-servicelocator)**

[PSR-11](https://github.com/container-interop/fig-standards/blob/master/proposed/container.md) is a standardised interface to access services defined in dependency injection containers.

[Pimple](https://github.com/container-interop/fig-standards/blob/master/proposed/container.md) is the kind of library that should implement this interface. But it can't because Silex, the micro-framework on top of Pimple, declares a method `Silex\Application::get` that conflicts with `Psr\Container\ContainerInterface::get`

Usage
=====

[](#usage)

Using Pimple, register the `PimpleContaineProvider` and create a new service that exposes Pimple' services through the `Psr\Container\ContainerInterface`:

```
$pimple = new Container\Pimple()
$pimple->register(new GromNaN\Pimple\PimpleContainerProvider());

// Access the services
$pimple['container']->has('my.service');
$pimple['container']->get('my.service');

```

The service `$pimple['container']` can be injected into any service that require a Standard Container implementation.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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

3335d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/400034?v=4)[Jérôme Tamarelle](/maintainers/GromNaN)[@GromNaN](https://github.com/GromNaN)

---

Top Contributors

[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (5 commits)")[![garak](https://avatars.githubusercontent.com/u/179866?v=4)](https://github.com/garak "garak (1 commits)")

### Embed Badge

![Health badge](/badges/gromnan-pimple-interop/health.svg)

```
[![Health](https://phpackages.com/badges/gromnan-pimple-interop/health.svg)](https://phpackages.com/packages/gromnan-pimple-interop)
```

###  Alternatives

[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73142.3k25](/packages/jaxon-php-jaxon-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[oat-sa/tao-core

TAO core extension

66136.7k74](/packages/oat-sa-tao-core)

PHPackages © 2026

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