Opis Container

Installation, licensing and requirements

This library is abandoned. Please consider using a different library.

Opis Container provides a fully serializable dependency injection container that will allow you to avoid being tightly coupled to a specific implementation of a dependency.

License

Opis Container is licensed under 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"
    }
}