PHPackages                             radebatz/property-info-extras - 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. radebatz/property-info-extras

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

radebatz/property-info-extras
=============================

Property Info extras.

1.2.1(5y ago)01.6k1MITPHPPHP &gt;=7.2

Since Dec 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/DerManoMann/property-info-extras)[ Packagist](https://packagist.org/packages/radebatz/property-info-extras)[ Docs](http://radebatz.net/mano/)[ RSS](/packages/radebatz-property-info-extras/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (6)Used By (1)

Property Info Extras
====================

[](#property-info-extras)

Extensions for the Symfony property-info component.

- Magic class method extractor [DocBlockMagicExtractor](src/Extractor/DocBlockMagicExtractor.php)
- Support for merging results of multiple extractors where possible

[![Build Status](https://github.com/DerManoMann/property-info-extras/workflows/build/badge.svg)](https://github.com/DerManoMann/property-info-extras/actions?query=workflow:build)[![Coverage Status](https://camo.githubusercontent.com/7df1aa46bed9e88c11b14547beddacb6d9fbdc26b51eaaff0e093e2413568d47/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4465724d616e6f4d616e6e2f70726f70657274792d696e666f2d6578747261732f62616467652e737667)](https://coveralls.io/github/DerManoMann/property-info-extras)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Requirements
------------

[](#requirements)

- [PHP 7.2 or higher](http://www.php.net/)

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require radebatz/property-info-extras
```

Usage
-----

[](#usage)

### `Radebatz\PropertyInfoExtras\Extractor\DocBlockMagicExtractor`

[](#radebatzpropertyinfoextrasextractordocblockmagicextractor)

```
