PHPackages                             webimpress/zend-pimple-config - 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. webimpress/zend-pimple-config

Abandoned → [zendframework/zend-pimple-config](/?search=zendframework%2Fzend-pimple-config)ArchivedLibrary[PSR &amp; Standards](/categories/psr-standards)

webimpress/zend-pimple-config
=============================

PSR-11 Pimple container configurator for ZF and Expressive applications

1.0.0alpha1(8y ago)6242[1 issues](https://github.com/webimpress/zend-pimple-config/issues)BSD-3-ClausePHPPHP ^7.1

Since Sep 27Pushed 6y ago6 watchersCompare

[ Source](https://github.com/webimpress/zend-pimple-config)[ Packagist](https://packagist.org/packages/webimpress/zend-pimple-config)[ RSS](/packages/webimpress-zend-pimple-config/feed)WikiDiscussions master Synced yesterday

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

zend-pimple-config
==================

[](#zend-pimple-config)

> ## Repository abandoned 2019-12-31
>
> [](#repository-abandoned-2019-12-31)
>
> This repository has moved to [laminas/laminas-pimple-config](https://github.com/laminas/laminas-pimple-config).

[![Build Status](https://camo.githubusercontent.com/ba1e8ae20058ef8caa8890853308c947136bcc58538ba609ce1d490bdd7c4b91/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7a656e646672616d65776f726b2f7a656e642d70696d706c652d636f6e6669672e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/zendframework/zend-pimple-config)[![Coverage Status](https://camo.githubusercontent.com/02c25b5d01646c324a2ad6826bdfd10aaa6d52b11bd09178cf287d7e950833ef/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a656e646672616d65776f726b2f7a656e642d70696d706c652d636f6e6669672f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zendframework/zend-pimple-config?branch=master)

This library provides utilities to configure a [PSR-11](http://www.php-fig.org/psr/psr-11/) compatible [Pimple container](https://github.com/silexphp/Pimple)using zend-servicemanager configuration, for purposes of usage within [Expressive](https://docs.zendframework.com/zend-expressive).

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

[](#installation)

Run the following to install this library:

```
$ composer require zendframework/zend-pimple-config
```

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

[](#configuration)

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

```
