Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/likesistemas/container
- Owner: likesistemas
- License: gpl-3.0
- Created: 2022-06-08T12:13:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T14:12:17.000Z (over 2 years ago)
- Last Synced: 2024-08-18T16:20:15.163Z (3 months ago)
- Topics: illuminate-container, psr-11-compliant
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```