Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likesistemas/container

Implementa a interface PSR-11 usando `illuminate/container`.
https://github.com/likesistemas/container

illuminate-container psr-11-compliant

Last synced: 8 days ago
JSON representation

Implementa a interface PSR-11 usando `illuminate/container`.

Awesome Lists containing this project

README

        

# [like/psr-container] Implements the PSR-11 interface using `illuminate/container`. [![CI](https://github.com/likesistemas/container/actions/workflows/ci.yml/badge.svg)](https://github.com/likesistemas/container/actions/workflows/ci.yml)

## Installation

```
composer require like/psr-container
```

## How to use?

```yml
use Illuminate\Container\Psr11\Container;

$container = Container::getInstance();
```