stubbles / ioc-attributes
Attributes for dependency injection with stubbles/ioc.
dev-main / 1.0.x-dev
2026-02-08 08:49 UTC
Requires
- php: ^8.3
This package is auto-updated.
Last update: 2026-02-08 08:50:11 UTC
README
Attributes for dependency injection with [stubbles/ioc]((https://github.com/stubbles/stubbles-ioc).
Use this package only if you want to enhance your code with the provided attributes, but don't want to have a direct dependency to stubbles/ioc.
Release status
Installation
stubbles/ioc is distributed as Composer package. To install it as a dependency of your package use the following command:
composer require "stubbles/ioc-attributes": "^1.0"
Requirements
stubbles/ioc-attributes requires at least PHP 8.3.