PHPackages                             orbiter/annotations-util - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. orbiter/annotations-util

ActiveLibrary[Database &amp; ORM](/categories/database)

orbiter/annotations-util
========================

Helper for Doctrine\\Annotations, with cached Reflections ⚡

0.6.2(3y ago)21.4k6MITPHPPHP &gt;=8.1

Since Nov 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bemit/orbiter-annotations-util)[ Packagist](https://packagist.org/packages/orbiter/annotations-util)[ RSS](/packages/orbiter-annotations-util/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (11)Used By (6)

Orbiter\\AnnotationUtil
=======================

[](#orbiterannotationutil)

Helper utility for Doctrine\\Annotations, uses cached reflection by [scaleupstack/reflection](https://packagist.org/packages/scaleupstack/reflection).

Includes CodeInfo for static code analyzes, for easier, automatic parsing of Annotations and e.g. setup of DI.

- [AnnotationsUtil](#annotationsutil)
- [Example Annotation](#example-annotation)
- [CodeInfo](#code-info---a-file-content-parsing-helper)
- [License](#license)

Install with composer:

```
composer require orbiter/annotations-util

```

See [doctrine docs](https://www.doctrine-project.org/projects/annotations.html) for details on what Annotations are and complexer Examples.

AnnotationsUtil
---------------

[](#annotationsutil)

```
