smrtr/haltorouter

A lightning fast HTTP router for PHP

1.5 2015-02-03 17:41 UTC

This package is not auto-updated.

Last update: 2024-04-10 10:35:41 UTC


README

HaltoRouter is a small but powerful routing class for PHP 5.3+. HaltoRouter is a hard fork of AltoRouter with the basepath functionality stripped out and hostgroup functionality baked in.

  • Dynamic routing with named parameters
  • Reversed routing (url generation)
  • Host matching via flexible hostgroups
  • Flexible regular expression routing (inspired by Sinatra)

Tutorial

  1. Overview, installation & getting started
  2. Constructing routes
  1. Handling requests
  2. Generating URLs

There are usage examples in the tests.