qlimix / kernel
Interfaces to start your application with
1.0.0
2019-06-30 10:43 UTC
Requires
- php: >=7.2
Requires (Dev)
- qlimix/code-standard: ^1.0
This package is auto-updated.
Last update: 2024-10-26 05:17:52 UTC
README
Interfaces to start your application with.
Install
Using Composer:
$ composer require qlimix/kernel
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.