https://github.com/limoncello-php/framework
https://github.com/limoncello-php/framework
framework json-api limoncello php
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/limoncello-php/framework
- Owner: limoncello-php
- License: apache-2.0
- Created: 2016-04-30T16:55:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T05:00:52.000Z (almost 3 years ago)
- Last Synced: 2026-01-14T14:32:50.636Z (7 days ago)
- Topics: framework, json-api, limoncello, php
- Language: PHP
- Size: 3.22 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://waffle.io/limoncello-php/framework)
[](https://packagist.org/packages/limoncello-php/framework)
## Testing
```
composer test
```
The command above will run
- Code coverage tests for all components (`phpunit`) except `Contracts`.
- Code style checks for for all components (`phpcs`).
- Code checks for all components (`phpmd`).
Requirements
- 100% test coverage.
- zero issues from both `phpcs` and `phpmd`.
### Component Status
| Component | Build Status | Test Coverage |
| -------------------|:-------------:| :-------------:|
| Application | [](https://travis-ci.org/limoncello-php-dist/application) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/application/?branch=master) |
| Auth | [](https://travis-ci.org/limoncello-php-dist/auth) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/auth/?branch=master) |
| Commands | [](https://travis-ci.org/limoncello-php-dist/commands) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/commands/?branch=master) |
| Container | [](https://travis-ci.org/limoncello-php-dist/container) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/container/?branch=master) |
| Core | [](https://travis-ci.org/limoncello-php-dist/core) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/core/?branch=master) |
| Crypt | [](https://travis-ci.org/limoncello-php-dist/crypt) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/crypt/?branch=master) |
| Data | [](https://travis-ci.org/limoncello-php-dist/data) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/data/?branch=master) |
| Events | [](https://travis-ci.org/limoncello-php-dist/events) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/events/?branch=master) |
| Flute | [](https://travis-ci.org/limoncello-php-dist/flute) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/flute/?branch=master) |
| L10n | [](https://travis-ci.org/limoncello-php-dist/l10n) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/l10n/?branch=master) |
| OAuthServer | [](https://travis-ci.org/limoncello-php-dist/oauth-server) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/oauth-server/?branch=master) |
| Passport | [](https://travis-ci.org/limoncello-php-dist/passport) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/passport/?branch=master) |
| Redis Tagged Cache | [](https://travis-ci.org/limoncello-php-dist/redis-tagged-cache) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/redis-tagged-cache/?branch=master) |
| Templates | [](https://travis-ci.org/limoncello-php-dist/templates) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/templates/?branch=master) |
| Testing | [](https://travis-ci.org/limoncello-php-dist/testing) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/testing/?branch=master) |
| Validation | [](https://travis-ci.org/limoncello-php-dist/validation) | [](https://scrutinizer-ci.com/g/limoncello-php-dist/validation/?branch=master) |