Skip to content

tlumx/tlumx-servicecontainer

Repository files navigation

tlumx-servicecontainer

Build Status Coverage Status License

Tlumx\ServiceContainer component provides simple and very powerful dependency injection container. Also, this ServiceContainer is implement the PSR-11 ContainerInterface.

Requirements

  • PHP >= 7.0

Installation

Use Composer to install tlumx-servicecontainer.

$ composer require tlumx/tlumx-servicecontainer:"1.0.*"

Usage

See: https://docs.tlumx.com/tlumx-servicecontainer/

Resources