Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/tonis
Tonis is a PSR-7 compatible minimalist web application framework built for simplicity and performance.
https://github.com/ezimuel/tonis
Last synced: about 1 month ago
JSON representation
Tonis is a PSR-7 compatible minimalist web application framework built for simplicity and performance.
- Host: GitHub
- URL: https://github.com/ezimuel/tonis
- Owner: ezimuel
- License: bsd-3-clause
- Created: 2015-07-15T12:37:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T17:32:18.000Z (over 9 years ago)
- Last Synced: 2023-04-10T13:07:06.876Z (over 1 year ago)
- Language: PHP
- Homepage: http://docs.tonis.io
- Size: 796 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tonis-io/tonis/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tonis-io/tonis/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/tonis-io/tonis/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/tonis-io/tonis/?branch=master)
[![Build Status (Scrutinizer)](https://scrutinizer-ci.com/g/tonis-io/tonis/badges/build.png?b=master)](https://scrutinizer-ci.com/g/tonis-io/tonis/build-status/master)
[![Build Status (Travis)](https://travis-ci.org/tonis-io/tonis.svg?branch=master)](https://travis-ci.org/tonis-io/tonis)# Tonis
Tonis is a PSR-7 compatible minimalist web application framework built for simplicity and performance.
Documentation
-------------For full documentation see the [Tonis docs](http://docs.tonis.io).
Quick Start
-----------See the [hello world documentation](http://docs.tonis.io/getting-started/hello-world) for a quick start.