zewa / framework
This package is abandoned and no longer maintained.
No replacement package was suggested.
Light-weight modular MVC.
0.4.2
2016-12-01 11:51 UTC
Requires
- php: >=7.0
- sabre/event: ^5.0
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-09-27 23:33:59 UTC
README
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