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.
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).
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.
This library is very young so documentation is currently missing.
This library is largely inspired on the Doctrine Common Persistence and Cache library.
This library is released under the MIT license. See the bundled LICENSE file for details.