johnny13/li3_backpack

KML Library for Lithium Li3 PHP

dev-master 2015-04-11 22:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:45:11 UTC


README

A plugin to assist with the creation of KML Files from Database Models.

Currently supports Google KML

Installation

Composer (best option)

Modify your projects composer.json file

{
    "require": {
    	...
        "johnny13/li3_backpack": "dev-master"
        ...
    }
}

Run php composer.phar install (or php composer.phar update) and, aside from adding it to your Libraries, you should be good to go.

Submodule (If you feel like it)

From the root of your app run git submodule add git://github.com/johnny13/li3_backpack.git libraries/li3_analytics

Clone Directly (meh)

From your apps libraries directory run git clone git://github.com/johnny13/li3_backpack.git

Usage

Load the plugin

Add the plugin to be loaded with Lithium's autoload magic

In app/config/bootstrap/libraries.php add:

<?php
	Libraries::add('li3_analytics');
?>

Create KML Files

There is a repo with an example app. johnny13/backpack.

Contribute

Have an idea for a tracker? Wanna take point on one of the trackers listed above? Please do!

Fork and submit a pull request, lets make this awesome.

Credits

TODO