PHPackages                             geggleto/slim-pimple-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. geggleto/slim-pimple-bridge

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

geggleto/slim-pimple-bridge
===========================

Slim Pimple Bridge. Inject's slim's dependencies into a Pimple Container

0.1.1(10y ago)19441MITPHPPHP &gt;=5.5.0

Since Dec 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/geggleto/slim-pimple-bridge)[ Packagist](https://packagist.org/packages/geggleto/slim-pimple-bridge)[ RSS](/packages/geggleto-slim-pimple-bridge/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Slim-Pimple Bridge
==================

[](#slim-pimple-bridge)

The Slim-Pimple Bridge allows you to "bring your own" [Pimple](http://pimple.sensiolabs.org/) 3.x container to a [Slim](http://www.slimframework.com/) 3.x application without requiring you to refactor your existing container.

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

[](#installation)

`composer require geggleto/slim-pimple-bridge`

Usage
-----

[](#usage)

The example below assumes that your `Pimple\Container` instance is assigned to the `$myAwesomePimpleContainer` variable.

```
// Here's a default \Slim\Container.
$slimContainer = new \Slim\Container();

// Use SlimPimpleBridge::merge() to add all of the services from your container
// to the $slimContainer instance.
$container = SlimPimpleBridge::merge(
    $slimContainer,
    $myAwesomePimpleContainer
);

// Done! It's that easy!
$app = new \Slim\App($container);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.7% 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 ~0 days

Total

4

Last Release

3862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f941aecd52e3f8ac94dbe9b714801c7adc767acc32644d3ee6a4efeded84c5e?d=identicon)[geggleto](/maintainers/geggleto)

---

Top Contributors

[![jeremykendall](https://avatars.githubusercontent.com/u/288613?v=4)](https://github.com/jeremykendall "jeremykendall (14 commits)")[![geggleto](https://avatars.githubusercontent.com/u/4027602?v=4)](https://github.com/geggleto "geggleto (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/geggleto-slim-pimple-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/geggleto-slim-pimple-bridge/health.svg)](https://phpackages.com/packages/geggleto-slim-pimple-bridge)
```

###  Alternatives

[oat-sa/tao-core

TAO core extension

66140.1k108](/packages/oat-sa-tao-core)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[jaxon-php/jaxon-core

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

73147.2k29](/packages/jaxon-php-jaxon-core)

PHPackages © 2026

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