kitpages/mobile-app-builder-bundle

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 4

Open Issues: 0

Type:symfony-bundle

pkg:composer/kitpages/mobile-app-builder-bundle

dev-master 2013-02-15 20:54 UTC

This package is auto-updated.

Last update: 2025-10-04 21:40:11 UTC


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(),
);