We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4e63f commit 9847788Copy full SHA for 9847788
1 file changed
README.md
@@ -1,11 +1,11 @@
1
-![Status][badge]
2
-
3
# Technically Callable Reflection
4
5
`Technically\CallableReflection` is a handy library to simplify reflecting any `callable`.
6
It provides a unified interface for reading callable arguments seamlessly supporting PHP8 union types.
7
It also lets you to easily invoke a callable with `call()` and `apply()` supporting named parameters.
8
+![Status][badge]
+
9
## Features
10
11
- Unified and simplified interface to reflect callable parameters
0 commit comments