awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMulti-Format Route Loading

Capabilities for reading route definitions from diverse formats such as YAML, XML, PHP, and class attributes.

Distinct from Multi-Format Data Loading: Shortlist candidates refer to database data loading or network routing, not application-level route configuration loading.

Explore 2 awesome GitHub repositories matching web development · Multi-Format Route Loading. Refine with filters or upvote what's useful.

Awesome Multi-Format Route Loading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • symfony/routingsymfony 的头像

    symfony/routing

    7,618在 GitHub 上查看↗

    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

    Supports loading route configurations from YAML, XML, PHP arrays, and class attributes.

    PHPcomponentphprouter
    在 GitHub 上查看↗7,618
  • apache/camelapache 的头像

    apache/camel

    6,247在 GitHub 上查看↗

    Apache Camel 是一个企业集成框架和 Java 集成引擎,旨在在不同系统之间路由和调解数据。它作为一个多运行时中间件,实现了标准化的企业集成模式,以管理消息的路由、转换和处理方式。 该框架包含一个专用网关,利用专用通信协议将大语言模型连接到企业数据和内部系统。它利用庞大的预构建连接器库来桥接不同的通信协议,并实现不兼容软件应用程序之间的数据交换。 该系统通过消息驱动的管道支持数据流编排,允许用户通过 Java、XML、YAML 或可视化工作流设计器定义路由逻辑。这些集成流程可以作为独立服务部署,或嵌入到 Spring Boot 和 Quarkus 等宿主框架中。

    Supports defining data flow logic using a choice of configuration languages, including YAML, XML, and Java.

    Java
    在 GitHub 上查看↗6,247
  1. Home
  2. Web Development
  3. Multi-Format Route Loading