Skip to content

ner0tic/Landmarx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmarx Landmark Mapping Library

The Landmarx Landmark library provides object oriented nodes that connect to map given data.
It is used by the LandmarxBundle for Symfony2 but can now be used stand-alone.

Docs

  1. Installation
  2. Usage
  3. Renderers
  4. Twig Integration
  5. TODO

Installation

Landmarx does not provide an autoloader but does follow the PSR-0 convention.
You can use any compliant autoloader for the library.

Add to your autoloader, example below assumes library is in vendor/Landmarx

<?php
  $loader->registerNamespaces(array(
      'Landmarx\Landmark' => __DIR__.'/vendor/Landmarx/src'
      // ...
  ));

Related

Credits

Based on KnpMenu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages