lemonphp/container

A simple dependency injection container, extend from Pimple 3 and implement Interop Container

v0.1.0 2016-04-07 02:31 UTC

This package is auto-updated.

Last update: 2024-04-08 05:34:55 UTC


README

Build Status Coverage Status

A simple dependency injection container, extend from Pimple 3 and implement Interop Container

Requirements

  • php >=5.4
  • pimple/pimple ^3.0
  • container-interop/container-interop ^1.1

Installation

$ composer require lemonphp/container

Usage

// TODO

Changelog

See CHANGELOG.md

Contributing

Please report any bugs or add pull requests on Github Issues.

License

This project is released under the MIT License. Copyright © 2015-2016 LemonPHP Team.