ngfw / framework
Library for NG Framework
Installs: 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/ngfw/framework
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