PhpDev.App
doctrine/reflection

doctrine/reflection

Stars: 2969

Forks: 21

Pull Requests: 51

Issues: 9

Watchers: 14

Last Updated: 2023-08-23 14:16:52

The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.

License: MIT License

Languages: PHP

https://www.doctrine-project.org/projects/reflection.html

⚠ This package is abandoned, consider migrating to alternatives, such as roave/better-reflection. Features that are still useful to Doctrine have been moved to doctrine/persistence

Doctrine Reflection

Build Status Code Coverage

The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.

More resources: