Getting Started =============== Below you'll find all needed information to find your way across the library. Installation ^^^^^^^^^^^^ Library can be installed using Composer like so: 1. define the dependencies in your ``composer.json``: .. code-block:: json { "require": { "mindplay/annotations": "~1.2" } } 2. install/update your vendors: .. code-block:: bash $ curl http://getcomposer.org/installer | php $ php composer.phar install