zewadesign / framework by Houghtelin

Light-wight module based MVC, with centralized models.
652
2
3
Package Data
Maintainer Username: Houghtelin
Maintainer Contact: josh@findsomehelp.com (Josh Houghtelin)
Package Create Date: 2015-03-09
Package Last Update: 2017-05-07
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:03:53
Package Statistics
Total Downloads: 652
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 3
Total Forks: 0
Total Open Issues: 3

ZEWA

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