tlumx/tlumx-servicecontainer

Tlumx Dependency Injection Container Component

v1.0.0 2018-07-13 20:10 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:38:40 UTC


README

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