2 repository-uri
Mechanisms for dividing a request URL into a resource identifier and a path-info string.
Distinct from Request Path Rewriters: Existing candidates focus on URL generation or general rewriting rather than the specific split between resource and path-info.
Explore 2 awesome GitHub repositories matching web development · URL Path Splitting. Refine with filters or upvote what's useful.
FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu
Splits request URLs into a resource name and path info string based on specified split paths.
Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr
Splits URL paths into segment arrays for positional access in templates.