PHPackages                             thecodingmachine/pimple-universal-service-provider-bridge - 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. thecodingmachine/pimple-universal-service-provider-bridge

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

thecodingmachine/pimple-universal-service-provider-bridge
=========================================================

This library allows Pimple containers to use universal service providers as defined in container-interop/service-provider

1.0.x-dev(9y ago)05MITPHPPHP &gt;=5.6

Since Oct 25Pushed 9y ago7 watchersCompare

[ Source](https://github.com/thecodingmachine/pimple-universal-service-provider-bridge)[ Packagist](https://packagist.org/packages/thecodingmachine/pimple-universal-service-provider-bridge)[ RSS](/packages/thecodingmachine-pimple-universal-service-provider-bridge/feed)WikiDiscussions 1.0 Synced today

READMEChangelogDependencies (4)Versions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/29a0be563d916ba905d29715fe26dc4da1a37563570361aac3aac813cb1ca287/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652f762f737461626c652e737667)](https://packagist.org/packages/thecodingmachine/pimple-universal-service-provider-bridge)[![Latest Unstable Version](https://camo.githubusercontent.com/7cce2b8e8d592cb411e2c954011026159a09fd9661b7b5cd7047abf12d41f96f/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652f762f756e737461626c652e737667)](https://packagist.org/packages/thecodingmachine/pimple-universal-service-provider-bridge)[![License](https://camo.githubusercontent.com/11825aead33f5d7679009cb8f7ee613d3cc322646263b13a005df9fc894fea6d/68747470733a2f2f706f7365722e707567782e6f72672f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652f6c6963656e73652e737667)](https://packagist.org/packages/thecodingmachine/pimple-universal-service-provider-bridge)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6f67fcf958fdbb063f8c4f152029eb7ae0e3ac1d4b8df01b2ca42a6ffd2b22d5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652f6261646765732f7175616c6974792d73636f72652e706e673f623d312e30)](https://scrutinizer-ci.com/g/thecodingmachine/pimple-universal-service-provider-bridge/?branch=1.0)[![Build Status](https://camo.githubusercontent.com/fcecde268d7aaf1600fe2a64e4695e946f3919683523037d1c76900fd7b7b55b/68747470733a2f2f7472617669732d63692e6f72672f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652e7376673f6272616e63683d312e30)](https://travis-ci.org/thecodingmachine/pimple-universal-service-provider-bridge)[![Coverage Status](https://camo.githubusercontent.com/495a43cd5995cb56099e548029c7adf1400a8c8a516002d9128f4deffab7572f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f746865636f64696e676d616368696e652f70696d706c652d756e6976657273616c2d736572766963652d70726f76696465722d6272696467652f62616467652e7376673f6272616e63683d312e30)](https://coveralls.io/r/thecodingmachine/pimple-universal-service-provider-bridge?branch=1.0)

container-interop/service-provider bridge for Pimple
====================================================

[](#container-interopservice-provider-bridge-for-pimple)

Register `service-providers` as defined in `container-interop` into a Pimple 3 container.

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

[](#installation)

Add the package in composer:

```
composer require thecodingmachine/pimple-universal-service-provider-bridge ^1.0
```

Usage
-----

[](#usage)

Create a `ServiceProviderPimpleBridge` instance and register container-interop service providers on this instance.

```
use TheCodingMachine\Pimple\ServiceProviderPimpleBridge;

// Create your pimple container
$pimple = new Pimple\Container();

// Create the bridge
$bridge = new ServiceProviderPimpleBridge($pimple);

// Now, register any service provider you like (compatible with container-interop/service-provider) on the bridge
$bridge->register(new GlideServiceProvider());
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

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

3534d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

![](https://avatars.githubusercontent.com/u/1847918?v=4)[TheCodingMachine](/maintainers/thecodingmachine)[@thecodingmachine](https://github.com/thecodingmachine)

---

Top Contributors

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

---

Tags

container-interopPSR-11service providerpimple

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thecodingmachine-pimple-universal-service-provider-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/thecodingmachine-pimple-universal-service-provider-bridge/health.svg)](https://phpackages.com/packages/thecodingmachine-pimple-universal-service-provider-bridge)
```

###  Alternatives

[psr/container

Common Container Interface (PHP FIG PSR-11)

10.0k1.0B4.4k](/packages/psr-container)[php-di/php-di

The dependency injection container for humans

2.8k53.2M1.2k](/packages/php-di-php-di)[bnf/phpstan-psr-container

PHPStan dynamic return type extension for PSR-11 ContainerInterface

133.8M109](/packages/bnf-phpstan-psr-container)

PHPackages © 2026

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