https://github.com/beapi/container
https://github.com/beapi/container
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beapi/container
- Owner: BeAPI
- Created: 2020-01-20T20:30:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T21:20:39.000Z (about 2 years ago)
- Last Synced: 2025-03-28T07:51:31.340Z (9 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```