awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesDatabase Route Resolution

Mechanisms for looking up URL paths in a database index for high-volume dynamic route sets.

Distinct from Dynamic Content Resolution: Focuses on database-backed path lookup specifically, whereas Dynamic Content Resolution is a broader runtime determination of data targets.

Explore 1 awesome GitHub repository matching web development · Database Route Resolution. Refine with filters or upvote what's useful.

Awesome Database Route Resolution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • symfony/routingAvatar von symfony

    symfony/routing

    7,618Auf GitHub ansehen↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    Enables high-performance resolution of large volumes of dynamic URLs using a database index.

    PHPcomponentphprouter
    Auf GitHub ansehen↗7,618
  1. Home
  2. Web Development
  3. Dynamic Content Resolution
  4. Database Route Resolution