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`.

Installs: 260

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/like/psr-container

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

This package is auto-updated.

Last update: 2025-10-09 21:57:38 UTC


README

Installation

composer require like/psr-container

How to use?

use Illuminate\Container\Psr11\Container;

$container = Container::getInstance();