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
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2017-06-13 22:22:35 UTC
README
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