Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cspray/annotated-container-attribute
Attributes used by Annotated Container to configure your autowired, PSR-11 dependency injection container.
https://github.com/cspray/annotated-container-attribute
annotated-container
Last synced: about 2 months ago
JSON representation
Attributes used by Annotated Container to configure your autowired, PSR-11 dependency injection container.
- Host: GitHub
- URL: https://github.com/cspray/annotated-container-attribute
- Owner: cspray
- License: mit
- Created: 2023-02-26T15:02:35.000Z (almost 2 years ago)
- Default Branch: release-1.x
- Last Pushed: 2024-06-17T17:27:44.000Z (7 months ago)
- Last Synced: 2024-09-18T03:58:42.821Z (4 months ago)
- Topics: annotated-container
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annotated Container Attribute
Attributes used in [cspray/annotated-container](https://github.com/cspray/annotated-container) to configure an autowired,
PSR-11 dependency injection Container. These Attributes are split into a separate repo to allow 3rd party libraries to
configure their own services without having to include all of Annotated Container. This allows those libraries to easily
integrate with Annotated Container without having to tie the app using their library to a specific dependency injection
container.## Installation
```
composer require cspray/annotated-container-attribute
```