Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projek-xyz/container
Simple yet flexible PSR-11 Container Implementation
https://github.com/projek-xyz/container
autowiring container container-implementation dependency-injection psr-11
Last synced: about 2 months ago
JSON representation
Simple yet flexible PSR-11 Container Implementation
- Host: GitHub
- URL: https://github.com/projek-xyz/container
- Owner: projek-xyz
- License: mit
- Created: 2020-06-11T04:42:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T15:34:18.000Z (9 months ago)
- Last Synced: 2024-08-18T18:15:22.708Z (5 months ago)
- Topics: autowiring, container, container-implementation, dependency-injection, psr-11
- Language: PHP
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](https://img.shields.io/packagist/v/projek-xyz/container?style=flat-square)](https://packagist.org/packages/projek-xyz/container)
[![Lisence](https://img.shields.io/github/license/projek-xyz/container?style=flat-square)](https://github.com/projek-xyz/container/blob/main/LICENSE)
[![Actions Status](https://img.shields.io/github/actions/workflow/status/projek-xyz/container/test.yml?branch=main&style=flat-square)](https://github.com/projek-xyz/container/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/projek-xyz/container/main?style=flat-square&logo=coveralls)](https://coveralls.io/github/projek-xyz/container)
[![Coverage Status](https://img.shields.io/codeclimate/coverage/projek-xyz/container?style=flat-square&logo=code-climate)](https://codeclimate.com/github/projek-xyz/container)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/projek-xyz/container?style=flat-square&logo=code-climate)](https://codeclimate.com/github/projek-xyz/container/maintainability)
[![SymfonyInsight Grade](https://img.shields.io/symfony/i/grade/d611f9c0-e2c9-4850-8831-4e55e8e04d94?style=flat-square&logo=symfony)](https://insight.symfony.com/projects/d611f9c0-e2c9-4850-8831-4e55e8e04d94)# Simple yet Flexible PSR-11 Container Implementation
This tiny library aims to provide dead simple PSR-11 implementation with flexible service registration.
## Installation
Use [Composer](https://getcomposer.org/)
```bash
$ composer require projek-xyz/container --prefer-dist
```## Documentation
Documentations and usages available on [wiki](https://github.com/projek-xyz/container/wiki)
## License
This library is open-sourced software licensed under [MIT license](LICENSE.md).