PHPackages                             caxy/annotation-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. caxy/annotation-bundle

ActiveSymfony-bundle

caxy/annotation-bundle
======================

Implementation of Annotator(http://okfnlabs.org/annotator/)

44.4k2[1 issues](https://github.com/caxy/AnnotationBundle/issues)PHP

Since Jun 23Pushed 10y ago36 watchersCompare

[ Source](https://github.com/caxy/AnnotationBundle)[ Packagist](https://packagist.org/packages/caxy/annotation-bundle)[ RSS](/packages/caxy-annotation-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

AnnotationBundle
================

[](#annotationbundle)

Implementation of Annotator ()

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.2, jQuery, and Doctrine.

Installation
------------

[](#installation)

1. Download CaxyAnnotationBundle using composer
2. Enable the Bundle
3. Configure the CaxyAnnotationBundle
4. Import CaxyAnnotationBundle routing
5. Update your database schema
6. Initialize CaxyAnnotation on the pages needed

### Step 1: Download CaxyAnnotationBundle using composer

[](#step-1-download-caxyannotationbundle-using-composer)

Add CaxyAnnotationBundle in your composer.json:

```
{
    "require": {
        "caxy/annotation-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update caxy/annotation-bundle
```

Composer will install the bundle to your project's `vendor/caxy` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
