limoncello-php / framework
PHP framework framework (PSR-7)
0.10.0
2020-02-09 15:41 UTC
Requires
- php: >=7.1.0
- limoncello-php/application: 0.10.0
- limoncello-php/auth: 0.10.0
- limoncello-php/commands: 0.10.0
- limoncello-php/common: 0.10.0
- limoncello-php/container: 0.10.0
- limoncello-php/contracts: 0.10.0
- limoncello-php/core: 0.10.0
- limoncello-php/crypt: 0.10.0
- limoncello-php/data: 0.10.0
- limoncello-php/events: 0.10.0
- limoncello-php/flute: 0.10.0
- limoncello-php/l10n: 0.10.0
- limoncello-php/oauth-server: 0.10.0
- limoncello-php/passport: 0.10.0
- limoncello-php/templates: 0.10.0
- limoncello-php/validation: 0.10.0
This package is auto-updated.
Last update: 2024-10-17 08:18:06 UTC
README
Testing
composer test
The command above will run
- Code coverage tests for all components (
phpunit
) exceptContracts
. - Code style checks for for all components (
phpcs
). - Code checks for all components (
phpmd
).
Requirements
- 100% test coverage.
- zero issues from both
phpcs
andphpmd
.