annotated-container icon indicating copy to clipboard operation
annotated-container copied to clipboard

Dependency Injection framework to configure a PSR-11 Container with Attributes!

Results 46 annotated-container issues
Sort by recently updated
recently updated
newest added

the `forceCoversAnnotation` in phpunit.xml should be turned on but it currently is set to false. Turning it on results in the vast majority of tests becoming risky. Appropriate covers annotations...

bug

Annotated Container has the capacity to analyze your annotations and tell you when there might be something wrong, they're called _logical constraints_. Though this system is not well-documented at the...

enhancement

There was an attempt to allow non-shared services in a pre-1.0 version of Annotated Container. The backing implementations didn't easily allow this at the time. After additional containers are implemented...

enhancement
question

In #182 the codebase will be organized into cleaner namespaces. The class names that were previously used should be deprecated and marked for removal in 3.0.

enhancement

Annotated Container bootstrapping should include a standardized method for scanning vendor packages. Ideally, a configuration would allow specifying `vendor/package` and the framework takes care of everything else to determine the...

enhancement

In #182 and #183 the codebase was organized into better namespaces and older classes deprecated. The deprecated class_alias should be removed.

enhancement