Skip to content

weierophinney/laminas-router

 
 

Repository files navigation

laminas-router

Build Status Coverage Status

laminas-router provides flexible HTTP routing.

Routing currently works against the laminas-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.

Installation

Run the following to install this library:

$ composer require laminas/laminas-router

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-router/

Support

About

Flexible routing system for HTTP and console applications

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%