ner0tic / landmarx
An object oriented landmark mapping library
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/ner0tic/landmarx
This package is not auto-updated.
Last update: 2025-09-27 17:28:54 UTC
README
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
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
- LandmarxBundle - A Symfony 2 bundle wrapping the library.
- Landmarx Application - A working application built around this library. (under heavy development)
Credits
Based on KnpMenu