ner0tic/landmarx-bundle

This bundle provides an integration of the Landmarx Mapping library

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2012-12-09 03:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:00:44 UTC


README

  1. Installation
  2. Usage

Installation

Add to composer.json

"require": {
    "ner0tic/landmarx-bundle": "*",
    // ...
}

Register the bundle Add to app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        new Landmarx\Bundle\LandmarxBundle\LandmarxBundle(),
        // ...
    );
}

Credits

Based on KnpMenu