Limitations
This library is at the early stage still. Hence the capabilities are very limited. See below list for specifics.
When it comes to usages of PHP Attributes there are many. This library currently covers very little amount from it (Will cover more in upcoming releases). ( Refer to Class Attributes , Method Attributes and Property Attributes guides to see what functions are available to deal with attributes.
This library doesn't support PHP Attributes as a value on another attribute (will be supported in a later release)
Currently this library support for below types of values(arguments/parameters) in attributes and define them as the type of the value. Empty, Boolean, String, Int, Float, Sequential Array, Associative Array, Object
Check PHP 8 attributes official documentation - PHP 8 Attributes
Last updated