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.

Installs: 95 206 754

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2 969

Watchers: 14

Forks: 21

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: