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.
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., (*2)
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)., (*3)
The recommended way to install the Rollerworks Metadata Component is through Composer., (*4)
Require the rollerworks/metadata
package by running:, (*5)
$ php composer.phar require rollerworks/metadata
Now, Composer will automatically download all the required files, and install them for you., (*6)
This library is very young so documentation is currently missing., (*7)
This library is largely inspired on the Doctrine Common Persistence and Cache library., (*8)
This library is released under the MIT license. See the bundled LICENSE file for details., (*9)