Skip to content

Standalone routing implementation for HTTP and console requests

License

Notifications You must be signed in to change notification settings

guoyu07/zend-router

 
 

Repository files navigation

zend-router

Build Status Coverage Status

zend-router provides flexible HTTP routing.

Routing currently works against the zend-http request and responses, and provides capabilities around:

  • Literal path matches
  • Path segment matches (at path boundaries, and optionally validated using regex)
  • Regular expression path matches
  • HTTP request scheme
  • HTTP request method
  • Hostname

Additionally, it supports combinations of different route types in tree structures, allowing for fast, b-tree lookups.

About

Standalone routing implementation for HTTP and console requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%