awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • symfony/routingAvatar de symfony

    symfony/routing

    7,618Voir sur 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
    Voir sur GitHub↗7,618
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Voir sur 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
    Voir sur GitHub↗6,607
  • zizaco/entrustAvatar de Zizaco

    Zizaco/entrust

    6,008Voir sur GitHub↗

    Entrust est une bibliothèque de contrôle d'accès basé sur les rôles (RBAC) pour le framework Laravel et un système général de gestion des permissions pour PHP. Il fournit un outil backend pour lier les utilisateurs à des rôles et permissions spécifiques afin d'évaluer les règles d'autorisation. Le système se distingue par un moteur logique capable d'évaluer des règles d'accès complexes, incluant la logique booléenne et la correspondance de permissions par caractères génériques (wildcards). Cela permet d'effectuer des vérifications d'autorisation basées sur des modèles ou des exigences où un utilisateur doit remplir tout ou partie d'un ensemble de permissions spécifiées. La bibliothèque couvre la restriction d'accès aux routes via des middlewares et la visibilité conditionnelle de l'interface utilisateur pour afficher ou masquer des éléments en fonction de l'autorisation de l'utilisateur. Elle inclut également des utilitaires pour l'attribution de rôles et de permissions, ainsi que le filtrage des utilisateurs basé sur les rôles via une intégration de base de données.

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

    PHP
    Voir sur GitHub↗6,008
  • kubeflow/kfservingAvatar de kubeflow

    kubeflow/kfserving

    5,576Voir sur 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
    Voir sur GitHub↗5,576
  • octelium/octeliumAvatar de octelium

    octelium/octelium

    3,371Voir sur 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
    Voir sur GitHub↗3,371
  • formidablelabs/redux-little-routerAvatar de FormidableLabs

    FormidableLabs/redux-little-router

    1,037Voir sur 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
    Voir sur GitHub↗1,037
  1. Home
  2. Software Engineering & Architecture
  3. Access Rules
  4. Boolean Access Expressions

Explorer les sous-tags

  • 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.