awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesURL Path Splitting

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.

Awesome URL Path Splitting GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • php/frankenphpAvatar php

    php/frankenphp

    11,151Vezi pe GitHub↗

    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.

    Gocaddyfrankenphpgo
    Vezi pe GitHub↗11,151
  • timber/timberAvatar timber

    timber/timber

    5,650Vezi pe GitHub↗

    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.

    PHPhactoberfestphptimber
    Vezi pe GitHub↗5,650
  1. Home
  2. Web Development
  3. URL Path Splitting

Explorează sub-etichetele

  • Path Segment ParsersSplits a URL path into an array of segments or returns a specific segment by position. **Distinct from URL Path Splitting:** Distinct from URL Path Splitting: focuses on segment-level parsing and positional access, not splitting into resource and path-info.