getting-started.rst 488 字节

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:
{
    "require": {
        "mindplay/annotations": "~1.2"
    }
}
  1. install/update your vendors:
$ curl http://getcomposer.org/installer | php
$ php composer.phar install