tlumx/tlumx-servicecontainer

Tlumx Dependency Injection Container Component

Installs: 40

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tlumx/tlumx-servicecontainer

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

This package is not auto-updated.

Last update: 2025-09-28 11:34:50 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