You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
# dot-annotated-services
2
2
3
-
Dotkernel component used to create services through [Laminas Service Manager](https://github.com/laminas/laminas-servicemanager) and inject them with dependencies just using method annotations. It can also create services without the need to write factories. Annotation parsing can be cached, to improve performance.
3
+
Dotkernel component used to create services through [Laminas Service Manager](https://github.com/laminas/laminas-servicemanager) and inject them with dependencies just using method annotations.
4
+
It can also create services without the need to write factories.
5
+
Annotation parsing can be cached, to improve performance.
4
6
5
7
This package can clean up your code, by getting rid of all the factories you write, sometimes just to inject a dependency or two.
6
8
9
+
## Documentation
10
+
11
+
Documentation is available at: https://docs.dotkernel.org/dot-annotated-services/.
0 commit comments