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

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

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

6 个仓库

Awesome GitHub RepositoriesBoolean Access Expressions

Dynamic evaluation of boolean expressions to determine if a request matches security rules.

Distinct from Access Rules: Focuses on the logic of expression evaluation rather than the static definition of a path-based rule.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Boolean Access Expressions. Refine with filters or upvote what's useful.

Awesome Boolean Access Expressions 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

    Evaluates request attributes and boolean expressions to determine if a route matches based on runtime context.

    PHPcomponentphprouter
    在 GitHub 上查看↗7,618
  • symfony/translationsymfony 的头像

    symfony/translation

    6,607在 GitHub 上查看↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Evaluates arbitrary boolean expressions using request context to decide whether a route matches.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗6,607
  • zizaco/entrustZizaco 的头像

    Zizaco/entrust

    6,008在 GitHub 上查看↗

    Entrust 是一个用于 Laravel 框架的基于角色的访问控制(RBAC)库,也是一个通用的 PHP 权限管理系统。它提供了一个后端工具,用于将用户与特定角色和权限关联,从而评估授权规则。 该系统的独特之处在于其逻辑引擎,能够进行复杂的访问规则评估,包括布尔逻辑和基于通配符的权限匹配。这允许基于模式匹配或特定要求(例如用户必须满足一组指定权限中的全部或任意一项)进行授权检查。 该库涵盖了通过中间件实现的路由访问限制,以及基于用户授权显示或隐藏界面元素的条件 UI 可见性控制。它还包括用于角色和权限分配的实用工具,以及通过数据库集成实现的角色化用户过滤功能。

    Implements dynamic evaluation of boolean expressions to determine if users meet specific permission requirements.

    PHP
    在 GitHub 上查看↗6,008
  • kubeflow/kfservingkubeflow 的头像

    kubeflow/kfserving

    5,576在 GitHub 上查看↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Evaluates routing conditions on each request and directs it to the first matching inference step.

    Go
    在 GitHub 上查看↗5,576
  • octelium/octeliumoctelium 的头像

    octelium/octelium

    3,371在 GitHub 上查看↗

    Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and SQL resources. It functions as a secure gateway that validates human and workload identities using OIDC, SAML, and FIDO2 passkeys before granting access to internal applications and SaaS APIs. The system is distinguished by its secretless access broker, which injects credentials—such as API keys, passwords, and AWS Sigv4 signatures—at the gateway level so users can access databases and cloud resources without managing secrets. It further specializes in AI gateway administration,

    Evaluates boolean expressions to determine if a request matches specific security rules.

    Goabacai-gatewayapi-gateway
    在 GitHub 上查看↗3,371
  • formidablelabs/redux-little-routerFormidableLabs 的头像

    FormidableLabs/redux-little-router

    1,037在 GitHub 上查看↗

    Redux Little Router is a front-end routing library and navigation state manager designed for single-page applications. It synchronizes browser history and navigation state directly inside the global application store tree. By translating browser location changes into plain store actions, the library enables action-driven navigation and centralized state synchronization across components. The routing architecture supports pattern-based route matching and bidirectional location translation, keeping application data and browser address bar locations aligned. It manages page navigation by evaluat

    Conditionally renders specific view elements based on whether current URL patterns match route rules.

    JavaScript
    在 GitHub 上查看↗1,037
  1. Home
  2. Software Engineering & Architecture
  3. Access Rules
  4. Boolean Access Expressions

探索子标签

  • Conditional Route MatchingEvaluation of boolean expressions to determine if a specific route should match a request based on runtime context. **Distinct from Boolean Access Expressions:** Applies boolean expression logic specifically to URL routing, while Boolean Access Expressions focus on security rules.