zewa/framework

Light-weight modular MVC.

0.4.2 2016-12-01 11:51 UTC

README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Installing

git clone https://github.com/zewadesign/framework.git
cd framework
composer install

Running Tests

Tests can be executed from the command line using Composer, Ant or the PHPUnit executable as follows:

PHPUnit: phpunit

Composer: composer test

Ant: ant phpunit

The code coverage can be found in the /build/coverage folder after running the tests.

Code Style

Zewa Framework adheres to the PSR2 Code Style standard and all PRs must meet those standards.

Check your code before committing.

PHP Code Sniffer: ./vendor/bin/phpcs

Ant: ant phpcs