https://github.com/doctrine/reflection
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.
https://github.com/doctrine/reflection
reflection
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/doctrine/reflection
- Owner: doctrine
- License: mit
- Archived: true
- Created: 2018-06-13T17:38:11.000Z (over 7 years ago)
- Default Branch: 1.2.x
- Last Pushed: 2023-08-23T14:16:52.000Z (over 2 years ago)
- Last Synced: 2024-10-29T19:14:14.170Z (over 1 year ago)
- Topics: reflection
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/reflection.html
- Size: 539 KB
- Stars: 2,943
- Watchers: 14
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠ 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
[](https://travis-ci.org/doctrine/reflection)
[](https://codecov.io/gh/doctrine/reflection/branch/1.2.x)
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:
* [Website](https://www.doctrine-project.org/)
* [Documentation](https://www.doctrine-project.org/projects/doctrine-reflection/en/latest/)
* [Downloads](https://github.com/doctrine/reflection/releases)