lolltec / limoncello-php-framework
PHP framework framework (PSR-7)
Installs: 117
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lolltec/limoncello-php-framework
Requires
- php: >=7.1.0
- lolltec/limoncello-php-component-application: dev-master
- lolltec/limoncello-php-component-auth: dev-master
- lolltec/limoncello-php-component-commands: dev-master
- lolltec/limoncello-php-component-common: dev-master
- lolltec/limoncello-php-component-container: dev-master
- lolltec/limoncello-php-component-contracts: dev-master
- lolltec/limoncello-php-component-core: dev-master
- lolltec/limoncello-php-component-crypt: dev-master
- lolltec/limoncello-php-component-data: dev-master
- lolltec/limoncello-php-component-events: dev-master
- lolltec/limoncello-php-component-flute: dev-master
- lolltec/limoncello-php-component-l10n: dev-master
- lolltec/limoncello-php-component-oauth-server: dev-master
- lolltec/limoncello-php-component-passport: dev-master
- lolltec/limoncello-php-component-templates: dev-master
- lolltec/limoncello-php-component-validation: dev-master
This package is auto-updated.
Last update: 2025-10-25 22:55:44 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
phpcsandphpmd.
Component Status
| Component | Build Status | Test Coverage |
|---|---|---|
| Application | ||
| Auth | ||
| Commands | ||
| Container | ||
| Core | ||
| Crypt | ||
| Data | ||
| Events | ||
| Flute | ||
| L10n | ||
| OAuthServer | ||
| Passport | ||
| Redis Tagged Cache | ||
| Templates | ||
| Testing | ||
| Validation |