prototypeblocks / php-reflection
Prototypeblocks reflection
Installs: 33
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/prototypeblocks/php-reflection
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-08 01:37:51 UTC
README
use Prototypeblocks\Reflection\Annotations; $annotations = new Annotations; $annotation = $annotations->getAnnotations('method', 'testClass', 'indexAction'); print_r($annotation);
You can run the unit tests with the following command:
$ cd path/to/Prototypeblocks/Reflection/
$ composer install
$ phpunit