2017 © Pedro Peláez
 

library phimple

Simple dependency injection container, inspired by Pimple.

image

strident/phimple

Simple dependency injection container, inspired by Pimple.

  • Tuesday, February 10, 2015
  • by Seer
  • Repository
  • 3 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

Phimple

Build Status Coverage Code Climate, (*1)

Phimple is an extremely lightweight dependency injection container, heavily inspired by [Pimple][1]., (*2)

Installation

Phimple is available as a Composer package. It can be included in your project by running the following command:, (*3)

$ composer require strident/phimple ~2.0

Usage

Phimple is easy to get going with (just like Pimple really):, (*4)

use Phimple\Container;

$container = new Container();

Phimple differs from Pimple internally in some ways, and also in it's API. The API change was the main reason I decided to develop Phimple. There are 2 concepts; services and parameters., (*5)

The Versions

10/02 2015

dev-master

9999999-dev https://github.com/Strident/Phimple

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

10/02 2015

2.0.3

2.0.3.0 https://github.com/Strident/Phimple

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

26/12 2014

2.0.2

2.0.2.0 https://github.com/Strident/Phimple

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

27/06 2014

2.0.1

2.0.1.0 http://strident.io/phimple

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

24/05 2014

2.0.0

2.0.0.0 http://strident.io

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

09/05 2014

1.1.0

1.1.0.0 http://strident.io

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

dic

08/05 2014

1.0.1

1.0.1.0 http://strident.io

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

dic

08/05 2014

1.0.0

1.0.0.0 http://strident.io

Simple dependency injection container, inspired by Pimple.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

dic