maestroprog/di-container

A simple realisation of dependency injection container.

2.0-RC 2018-03-05 21:17 UTC

This package is auto-updated.

Last update: 2024-05-17 00:41:50 UTC


README

Build Status Coverage Status Code Climate Test Coverage Issue Count

A simple realisation of dependency injection container.

Requirements

  • >=PHP7.1

Installing

  • With composer:

$ composer require maestroprog/di-container

  • With git clone:

$ git clone https://github.com/maestroprog/di-container

Using

See sample.