Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quillstack/framework
The Quill Framework, a light and simple micro-framework to build the API.
https://github.com/quillstack/framework
api framework micro-framework micro-service php php8 psr psr-11 psr-15 psr-7
Last synced: about 1 month ago
JSON representation
The Quill Framework, a light and simple micro-framework to build the API.
- Host: GitHub
- URL: https://github.com/quillstack/framework
- Owner: quillstack
- License: mit
- Created: 2020-10-09T19:41:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T19:38:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T13:20:52.407Z (2 months ago)
- Topics: api, framework, micro-framework, micro-service, php, php8, psr, psr-11, psr-15, psr-7
- Language: PHP
- Homepage: https://quillstack.org
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Framework
[![Build Status](https://app.travis-ci.com/quillstack/framework.svg?branch=main)](https://app.travis-ci.com/quillstack/framework)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=quillstack_framework&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[![Downloads](https://img.shields.io/packagist/dt/quillstack/framework.svg)](https://packagist.org/packages/quillstack/framework)
[![StyleCI](https://github.styleci.io/repos/302737962/shield?branch=main)](https://github.styleci.io/repos/302737962?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/framework/badge)](https://www.codefactor.io/repository/github/quillstack/framework)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_framework&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=quillstack_framework&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=quillstack_framework&metric=coverage)](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/quillstack/framework)
![Packagist License](https://img.shields.io/packagist/l/quillstack/framework)The Quillstack Framework, a light and simple micro-framework to build
the API.### Unit tests
Run tests using a command:
```
phpdbg -qrr ./vendor/bin/unit-tests
```### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_framework sh
```