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

👁 jwage

Package info

github.com/doctrine/reflection

Homepage

pkg:composer/doctrine/reflection

Statistics

Installs: 107 290 975

Dependents: 3

Suggesters: 0

Stars: 2 969

Open Issues: 0

1.2.4 2023-07-27 18:11 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

Replaces

None

MIT 6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7

  • Guilherme Blanco <guilhermeblanco.woop@gmail.com>
  • Roman Borschel <roman.woop@code-factory.org>
  • Benjamin Eberlei <kontakt.woop@beberlei.de>
  • Jonathan Wage <jonwage.woop@gmail.com>
  • Johannes Schmitt <schmittjoh.woop@gmail.com>
  • Marco Pivetta <ocramius.woop@gmail.com>

reflectionstatic

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: