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

https://github.com/codekandis/tiphy

This library is a tiny PHP routing framework.
https://github.com/codekandis/tiphy

Last synced: 6 months ago
JSON representation

This library is a tiny PHP routing framework.

Awesome Lists containing this project

README

          

# codekandis/tiphy

[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]

With Tiphy you can create small and flexible web applications, no matter if you choose to create an API or a website.

## Index

* [Installation](#installation)

## Installation

Install the latest version with

```bash
$ composer require codekandis/tiphy
```

[xtlink-version-badge]: https://img.shields.io/badge/version-0.41.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net

[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE