PHPackages                             luperi/page-annotator-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. luperi/page-annotator-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

luperi/page-annotator-bundle
============================

Bundle to annotate html pages, developed for annotatorjs

101153PHP

Since Dec 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Luperi/PageAnnotatorBundle)[ Packagist](https://packagist.org/packages/luperi/page-annotator-bundle)[ RSS](/packages/luperi-page-annotator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PageAnnotatorBundle
===================

[](#pageannotatorbundle)

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

[](#installation)

Step 1: Download the bundle
---------------------------

[](#step-1-download-the-bundle)

Add this snippet of code in `composer.json`:

```
"require": {
    // ...

    "luperi/page-annotator-bundle": "dev-master"
}
```

Step 2: Enable the bundle
-------------------------

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

Register the bundle in `app/AppKernel.php`:

```
