Skip to content

smrtr/HaltoRouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.