• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Nov-2021-

.github/workflows/H27-Oct-2020-9779

lib/Doctrine/Common/Reflection/H27-Oct-2020-1,591826

.doctrine-project.jsonH A D27-Oct-2020793 3736

LICENSEH A D27-Oct-20201 KiB2016

README.mdH A D27-Oct-2020791 138

composer.jsonH A D27-Oct-20201.8 KiB5453

phpstan.neon.distH A D27-Oct-2020512 1512

README.md

1# Doctrine Reflection
2
3[![Build Status](https://travis-ci.org/doctrine/reflection.svg)](https://travis-ci.org/doctrine/reflection)
4[![Code Coverage](https://codecov.io/gh/doctrine/dbal/branch/reflection/graph/badge.svg)](https://codecov.io/gh/doctrine/reflection/branch/master)
5
6The 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.
7
8## More resources:
9
10* [Website](https://www.doctrine-project.org/)
11* [Documentation](https://www.doctrine-project.org/projects/doctrine-reflection/en/latest/)
12* [Downloads](https://github.com/doctrine/reflection/releases)
13