Skip to content

appscend/ignite-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IgnitePHP

PHP framework for fast developing mobile apps using IgniteMarkup.

Installing

Before we start we must set up the bare minimum for it to work with composer:

$ composer init
  • Minimum stability must be 'dev'.

  • Edit the resulting composer.json file and add the following lines (replacing the "require" field, obviously):

    "repositories": [ { "type": "git", "url": "https://github.com/appscend/ignite-php.git", "vendor-alias": "appscend" }, { "type": "git", "url": "https://github.com/appscend/ignite-sdk.git", "vendor-alias": "appscend" } ], "require": { "appscend/ignite-php": "dev-develop", "appscend/ignite_sdk": "dev-master" }

  • Then finally update the package:

    $ composer update

Copy the script file 'ignite-build.php' to your project root directory, then run it:

$ cp vendor/appscend/ignite-php/ignite-build.php .
$ php ignite-build.php

About

Framework for developing IgniteMarkup applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages