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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T19:38:18.000Z (over 3 years ago)
- Last Synced: 2025-01-19T22:50:56.295Z (3 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
[](https://app.travis-ci.com/quillstack/framework)
[](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[](https://packagist.org/packages/quillstack/framework)
[](https://github.styleci.io/repos/302737962?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/framework)
[](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[](https://sonarcloud.io/summary/new_code?id=quillstack_framework)
[](https://sonarcloud.io/summary/new_code?id=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
```