rollerworks/metadata

This package is abandoned and no longer maintained. No replacement package was suggested.

The Rollerworks Metadata Component provides a mechanisms to easily load annotated configuration (or metadata) of Classes, methods and properties from different sources like PHPDoc Annotations, YAML or XML.

v0.5.0 2015-09-17 11:20 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:50:20 UTC


README

Scrutinizer SensioLabsInsight Build Status StyleCI

The Rollerworks Metadata Component is a PHP library providing a mechanisms to easily load annotated configuration (or metadata) of Classes, methods and properties from different sources like PHPDoc Annotations, YAML or XML.

Requirements

You need at least PHP 5.4 and have support for running Phar files (in order to use Composer for installing and updating this library).

Installation

The recommended way to install the Rollerworks Metadata Component is through Composer.

Require the rollerworks/metadata package by running:

$ php composer.phar require rollerworks/metadata

Now, Composer will automatically download all the required files, and install them for you.

Usage

This library is very young so documentation is currently missing.

Credits

This library is largely inspired on the Doctrine Common Persistence and Cache library.

License

This library is released under the MIT license. See the bundled LICENSE file for details.