Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: 1.2.x
- Last Pushed: 2023-08-23T14:16:52.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:08:24.389Z (7 months ago)
- Topics: reflection
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/reflection.html
- Size: 539 KB
- Stars: 2,951
- Watchers: 15
- 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
[![Build Status](https://travis-ci.org/doctrine/reflection.svg)](https://travis-ci.org/doctrine/reflection)
[![Code Coverage](https://codecov.io/gh/doctrine/dbal/branch/reflection/graph/badge.svg)](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)