ngfw/framework

This package is abandoned and no longer maintained. No replacement package was suggested.

Library for NG Framework

1.4.0 2016-08-18 16:54 UTC

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Installation

With Composer (Recommended)

composer create-project -sdev --repository-url="http://ng.framework.im/" ngfw/skeleton-app .
assuming you have installed Composer globally

Alternately, clone the repository and manually invoke composer using the shipped composer.phar:

cd my/project/dir
git clone git://github.com/ngfw/skeleton-app.git .
php composer.phar self-update
php composer.phar install