2017 © Pedro Peláez
 

library landmarx

An object oriented landmark mapping library

image

ner0tic/landmarx

An object oriented landmark mapping library

  • Sunday, December 9, 2012
  • by ner0tic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

Add to your autoloader, example below assumes library is in vendor/Landmarx, (*3)

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

Related

Credits

Based on KnpMenu, (*4)

The Versions

09/12 2012

dev-master

9999999-dev http://daviddurost.net

An object oriented landmark mapping library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

tree landmark

22/11 2012

dev-core

dev-core http://daviddurost.net

An object oriented landmark mapping library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

tree landmark

19/11 2012

dev-bundle

dev-bundle

This bundle provides an integration of the Landmarx Mapping library

  Sources   Download

MIT

The Requires

 

mapping