PHPackages                             pine3ree/pine3ree-mezzio-pimple-container - 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. pine3ree/pine3ree-mezzio-pimple-container

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

pine3ree/pine3ree-mezzio-pimple-container
=========================================

Pimple psr-container factory for Mezzio

1.0.0(1y ago)06BSD-3-ClausePHPPHP ^7.4 || ^8.0CI passing

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pine3ree/pine3ree-mezzio-pimple-container)[ Packagist](https://packagist.org/packages/pine3ree/pine3ree-mezzio-pimple-container)[ Docs](https://github.com/pine3ree/pine3ree-mezzio-pimple-container)[ RSS](/packages/pine3ree-pine3ree-mezzio-pimple-container/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (9)Used By (0)

pine3ree-mezzio-pimple-container
================================

[](#pine3ree-mezzio-pimple-container)

[![Continuous Integration](https://github.com/pine3ree/pine3ree-mezzio-pimple-container/actions/workflows/continuos-integration.yml/badge.svg)](https://github.com/pine3ree/pine3ree-mezzio-pimple-container/actions/workflows/continuos-integration.yml)

This package provides a factory for Pimple\\Psr11\\Container instances to be used in Mezzio applications

It is actually based on the abandoned library [laminas-pimple-config](https://github.com/laminas/laminas-pimple-config)modified in order to use a single pimple-psr-container. Most of the following text is taken from it.

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

[](#installation)

Run the following to install this library:

```
$ composer require pine3ree/pine3ree-mezzio-pimple-container
```

Configuration
-------------

[](#configuration)

To get a configured [PSR-11](http://www.php-fig.org/psr/psr-11/)Pimple container, do the following:

```
