doctrine/reflection

This package is abandoned and no longer maintained. The author suggests using the roave/better-reflection package instead.

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.

Maintainers

Package info

github.com/doctrine/reflection

Homepage

pkg:composer/doctrine/reflection

Statistics

Installs: 105 774 879

Dependents: 3

Suggesters: 0

Stars: 2 969

Open Issues: 0

1.2.4 2023-07-27 18:11 UTC

This package is auto-updated.

Last update: 2023-08-23 14:16:57 UTC


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 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: