ner0tic/landmarx
Composer 安装命令:
composer require ner0tic/landmarx
包简介
An object oriented landmark mapping library
关键字:
README 文档
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
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-20