============ Installation ============ To install the Metadata component, you will need to use Composer. Run the following command in your terminal: .. code-block:: console composer require runopencode/metadata This will download and install the Metadata component along with its dependencies. In your project, you will need to initialize the Reader which you may use to read class, property and method metadata: .. code-block:: php :linenos: