6 Repos
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.
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.
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.
Entrust ist eine rollenbasierte Zugriffskontroll-Bibliothek (RBAC) für das Laravel-Framework und ein allgemeines Berechtigungsverwaltungssystem für PHP. Es bietet ein Backend-Tool zur Verknüpfung von Benutzern mit spezifischen Rollen und Berechtigungen, um Autorisierungsregeln auszuwerten. Das System zeichnet sich durch eine Logik-Engine aus, die komplexe Zugriffsregeln auswerten kann, einschließlich boolescher Logik und Wildcard-basiertem Berechtigungsabgleich. Dies ermöglicht Autorisierungsprüfungen basierend auf Pattern-Matching oder Anforderungen, bei denen ein Benutzer alle oder einen Teil einer Reihe spezifizierter Berechtigungen erfüllen muss. Die Bibliothek deckt die Einschränkung des Routenzugriffs via Middleware sowie die bedingte UI-Sichtbarkeit ab, um Oberflächenelemente basierend auf der Benutzerautorisierung ein- oder auszublenden. Zudem enthält sie Dienstprogramme für die Zuweisung von Rollen und Berechtigungen sowie rollenbasierte Benutzerfilterung durch Datenbankintegration.
Implements dynamic evaluation of boolean expressions to determine if users meet specific permission requirements.
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.
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.
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.