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

https://github.com/beapi/container


https://github.com/beapi/container

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Container

[PSR-11](https://www.php-fig.org/psr/psr-11/) compliant container implementation.

## Install
Via composer
```bash
$ composer require beapi/container
```

## PHP version
Require PHP 7.1 or greater.

## Testing
```bash
$ composer test
```