ner0tic / landmarx-bundle
This bundle provides an integration of the Landmarx Mapping library
Package info
github.com/ner0tic/LandmarxBundle
Type:symfony-bundle
pkg:composer/ner0tic/landmarx-bundle
dev-master / 1.0.x-dev
2012-12-09 03:34 UTC
Requires
- ner0tic/landmarx: 1.0.*
- symfony/framework-bundle: >=2.0,<2.3-dev
This package is not auto-updated.
Last update: 2026-03-14 20:36:12 UTC
README
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