2017 © Pedro Peláez
 

library zend-router

Flexible routing system for HTTP and console applications

image

zendframework/zend-router

Flexible routing system for HTTP and console applications

  • Thursday, August 2, 2018
  • by zendframework
  • Repository
  • 27 Watchers
  • 16 Stars
  • 775,362 Installations
  • PHP
  • 42 Dependents
  • 2 Suggesters
  • 19 Forks
  • 7 Open issues
  • 76 Versions
  • 15 % Grown

The README.md

zend-router

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-router., (*1)

Build Status Coverage Status, (*2)

zend-router provides flexible HTTP routing., (*3)

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

  • 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., (*5)

  • File issues at https://github.com/zendframework/zend-router/issues
  • Documentation is at https://docs.zendframework.com/zend-router

The Versions

02/08 2018
02/08 2018