like/psr-container

There is no license information available for the latest version (v1.0.1) of this package.

Implements the PSR-11 interface using `illuminate/container`.

v1.0.1 2022-06-09 12:42 UTC

This package is auto-updated.

Last update: 2024-04-09 18:14:44 UTC


README

Installation

composer require like/psr-container

How to use?

use Illuminate\Container\Psr11\Container;

$container = Container::getInstance();