PHPackages                             grizz-it/metadata - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. grizz-it/metadata

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

grizz-it/metadata
=================

Metadata reader for PHP 8 attributes.

2.0.0(4y ago)26MITPHPPHP ^8.0

Since Feb 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/grizz-it/metadata)[ Packagist](https://packagist.org/packages/grizz-it/metadata)[ RSS](/packages/grizz-it-metadata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/74ae1140f239e8a3a1aee5d02b8e70b57352e78b35e704fbd3cd2552a9b7b2ac/68747470733a2f2f7472617669732d63692e636f6d2f6772697a7a2d69742f6d657461646174612e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/grizz-it/metadata)

GrizzIT Metadata
================

[](#grizzit-metadata)

This package offers a standard for reading the new PHP 8 attributes.

Installation
------------

[](#installation)

To install the package run the following command:

```
composer require grizz-it/metadata

```

Usage
-----

[](#usage)

Classes or functions that use [attributes](https://www.php.net/manual/en/language.attributes.php)will need to be registered in the [DecoratedRegistry](src/Registry/DecoratedRegistry.php)on the `registerTarget` method. This can be done with an autoloading file in a package with the following contents:

```
