lemonphp/container

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

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lemonphp/container

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

This package is auto-updated.

Last update: 2025-10-08 08:42:28 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.