rollerworks / metadata
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.
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2022-02-01 12:50:20 UTC
README
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.