Download the PHP package transitive/routing without Composer
On this page you can find all versions of the php package transitive/routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download transitive/routing
More information about transitive/routing
Files in transitive/routing
Download transitive/routing
More information about transitive/routing
Files in transitive/routing
Vendor transitive
Package routing
Short Description Routing classes of Transitive MVP framework
License MIT
Package routing
Short Description Routing classes of Transitive MVP framework
License MIT
Please rate this library. Is it a good library?
Informations about the package routing
Transitive\Routing
Routing layer for the Transitive MVP stack.
This package maps request patterns to Route objects. A route can point to presenter and view instances, or to presenter and view PHP files that are included at runtime.
What is included
Transitive\Routing\Route: executes a presenter/view pair and transfers presenter data into the view.Transitive\Routing\PathRouter: resolves requests to files under presenter and view directories.Transitive\Routing\ListRouter: exact-match router backed by an in-memory route map.Transitive\Routing\ListRegexRouter: regex-based router with match capture support.Transitive\Routing\FrontController: interface implemented by front controller packages such astransitive/coreandtransitive/web.Transitive\Routing\RoutingException: domain exception for missing routes and runtime routing failures.
Installation
PHP 8.1+ is required.
Basic usage
File-based routing
PathRouter is the bridge between URL-like patterns and filesystem-backed presenters/views:
With this setup, blog/post resolves to:
presenters/blog/post.phpviews/blog/post.php
The router normalises path traversal segments before resolving the files.
License
MIT
All versions of routing with dependencies
PHP Build Version
Package Version
The package transitive/routing contains the following files
Loading the files please wait ...