qlimix / kernel
Interfaces to start your application with
Installs: 152
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/qlimix/kernel
Requires
- php: >=7.2
Requires (Dev)
- qlimix/code-standard: ^1.0
This package is auto-updated.
Last update: 2025-09-26 07:37:08 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.