johnny13/li3_backpack 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

johnny13/li3_backpack

Composer 安装命令:

composer require johnny13/li3_backpack

包简介

KML Library for Lithium Li3 PHP

README 文档

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

统计信息

  • 总下载量: 60
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-11