定制 kitpages/mobile-app-builder-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

kitpages/mobile-app-builder-bundle

Composer 安装命令:

composer require kitpages/mobile-app-builder-bundle

包简介

This is a Symfony2 bundle that generates packages specific for terminals from a given html/js code base.

README 文档

README

This bundle is used to generate specific plateform packages (android, iOS, phonegap, firefoxOS,...) from a given common Html/JS code base

Versions

Actual state

This bundle is early alpha state.

Installation

Add KitpagesMobileAppBuilderBundle in your composer.json

{
    "require": {
        "kitpages/mobile-app-builder-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update kitpages/mobile-app-builder-bundle

AppKernel.php

$bundles = array(
    ...
    new Kitpages\MobileAppBuilderBundle\KitpagesMobileAppBuilderBundle(),
);

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 4
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: BSD
  • 更新时间: 2013-02-15