johnny13 / li3_backpack
KML Library for Lithium Li3 PHP
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:li3-libraries
Requires
- php: >=5.3
- joseym/li3_installer: master
This package is not auto-updated.
Last update: 2024-11-09 17:35:28 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