2017 © Pedro Peláez
 

li3-libraries li3_backpack

KML Library for Lithium Li3 PHP

image

johnny13/li3_backpack

KML Library for Lithium Li3 PHP

  • Sunday, April 12, 2015
  • by johnnyfortune
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

KML Plugin for Lithium PHP

A plugin to assist with the creation of KML Files from Database Models., (*1)

Currently supports Google KML, (*2)

Installation

__Composer__ (best option), (*3)

Modify your projects composer.json file, (*4)

~~~ json { "require": { ... "johnny13/li3_backpack": "dev-master" ... } }, (*5)


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 <?php Libraries::add('li3_analytics'); ?>

Create KML Files

There is a repo with an example app. johnny13/backpack., (*6)

Contribute

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

Fork and submit a pull request, lets make this awesome., (*8)

Credits

TODO, (*9)

The Versions

12/04 2015

dev-master

9999999-dev https://github.com/johnny13/li3_backpack/blob/master/README.md

KML Library for Lithium Li3 PHP

  Sources   Download

MIT License

The Requires

 

geolocation maps mapping lithium li3 kml