PHPackages                             johnny13/li3\_backpack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. johnny13/li3\_backpack

ActiveLi3-libraries[Utility &amp; Helpers](/categories/utility)

johnny13/li3\_backpack
======================

KML Library for Lithium Li3 PHP

060PHP

Since Apr 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/johnny13/li3_backpack)[ Packagist](https://packagist.org/packages/johnny13/li3_backpack)[ RSS](/packages/johnny13-li3-backpack/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

KML Plugin for [Lithium PHP](http://lithify.me)
===============================================

[](#kml-plugin-for-lithium-php)

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

> Currently supports [Google KML](http://maps.google.com/)

Installation
------------

[](#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
-----

[](#usage)

### Load the plugin

[](#load-the-plugin)

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

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

```
