opis/container

This package is abandoned and no longer maintained. No replacement package was suggested.

Serializable dependency injection container

3.0.0 2018-09-04 18:34 UTC

This package is auto-updated.

Last update: 2021-01-06 11:43:03 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

Dependency injection container

Opis Container is a library that provides an easy to use, fully serializable dependency injection container, with support for PSR-11.

Documentation

The full documentation for this library can be found here

License

Opis Container is licensed under the Apache License, Version 2.0.

Requirements

Installation

Opis Container is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/container

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/container": "^3.0"
    }
}