gregoryv / php-rutt

php routing library for REST + JSON backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

php-rutt

API reference

Routing library for REST + JSON backends

Out of the box

  • Maps http methods to CRUD operations
  • Respects 'Accept' header
  • Allows for routing through middlewares
  • Basic URI field extrapolation

Example application can be found in the app folder. Run it with

php -S localhost:8080 app/index.php

About

php routing library for REST + JSON backends

License:Other


Languages

Language:PHP 98.1%Language:Makefile 1.1%Language:Shell 0.8%