scaleupstack / metadata

Extendable PHP metadata analysis and pre-processing. Based on jms/metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaleUpStack/Metadata

This library provides a flexible metadata structure for PHP classes (including methods, properties, and annotations). The metadata is extracted from the PHP source code of the class.

You will be able to register feature analyzers (shipped with this library, or your own) that extend the metadata based on reflection, or the provided DocBlock annotations.

Currently these additional feature analyzers are provided:

  • TypedProperties (including union types)
  • VirtualMethods

This library is based on schmittjoh/metadata. It reads DocBlock annotations using scaleupstack/annotations.

Installation

Use Composer to install this library:

$ composer require scaleupstack/metadata

Introduction

This library is not yet documented. But perhaps scaleupstack/easy-object can be helpful to find out how to use it.

TODO: to be done

Current State

This library has been developed with a special intention in mind. It will evolve in the context of [scaeupstack/easy-object].

If you are missing anything, feel free to contact me, or create a pull request.

Contribute

Thanks that you want to contribute to ScaleUpStack/Metadata.

License

Please check LICENSE.md in the root dir of this package.

Copyright

ScaleUpVentures Gmbh, Germany
Thomas Nunninger thomas.nunninger@scaleupventures.com
www.scaleupventures.com

About

Extendable PHP metadata analysis and pre-processing. Based on jms/metadata.

License:Other


Languages

Language:PHP 100.0%