Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```