File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- ![ Status] [ badge ]
2-
31# Technically Dependency Resolver
42
53` Technically\DependencyResolver ` is a simple yet powerful tool to instantiate classes
64autowiring their dependencies by resolving them from a [ PSR-11] [ 1 ] container
75or recursively instantiating them with * DependencyResolver* itself.
86
7+ ![ Status] [ badge ]
8+
9+
910## Features
1011
1112- Based on PSR-11
@@ -15,6 +16,7 @@ or recursively instantiating them with *DependencyResolver* itself.
1516- Semver
1617- Tests
1718
19+
1820## Installation
1921
2022Use [ Composer] [ 2 ] package manager to add * Technically\DependencyResolver* to your project:
@@ -23,6 +25,7 @@ Use [Composer][2] package manager to add *Technically\DependencyResolver* to you
2325composer require technically/dependency-resolver
2426```
2527
28+
2629## Example
2730
2831``` php
@@ -51,6 +54,7 @@ $service = $resolver->resolve(MyFancyService::class);
5154
5255```
5356
57+
5458## Changelog
5559
5660All notable changes to this project will be documented in the [ CHANGELOG] ( ./CHANGELOG.md ) file.
You can’t perform that action at this time.
0 commit comments