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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

API request validator

Ranking updated Jul 18, 2026

For request variables, the first results are adonisjs/core (AdonisJS is a full-stack web framework that includes robust built-in support for environment variable validation, request parsing, dependency injection, and secret management, making it a comprehensive tool for managing application configuration and request data), go-martini/martini (Martini is a web framework that centers its architecture on a dependency injection system for request handlers, making it a relevant tool for managing and injecting variables into your application logic) and litestar-org/litestar (Litestar is a full-featured web framework that natively incorporates dependency injection, request parameter parsing, and middleware support as core components of its request lifecycle management). uber-go/fx and ets-labs/python-dependency-injector round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

Find the best API request validator libraries for your stack. Compare top-rated GitHub repositories by activity and features to pick the right one.

API request validator

Find the best repos with AI.We'll search the best matching repositories with AI.
  • adonisjs/coreadonisjs avatar

    adonisjs/core

    18,990View on GitHub↗

    This is a TypeScript web framework and Node.js backend framework used to build web applications and API servers. It serves as a server-side application toolkit providing a structured environment for managing HTTP routing, request parsing, and application configuration. The framework features a dependency injection container to deliver required objects between application components, decoupling internal logic. It includes built-in tools for server-side data security, such as cryptographic drivers for hashing sensitive data and encrypting application data at rest. The project covers broad capa

    AdonisJS is a full-stack web framework that includes robust built-in support for environment variable validation, request parsing, dependency injection, and secret management, making it a comprehensive tool for managing application configuration and request data.

    TypeScriptDependency InjectionDependency Injection ContainersRequest Parsing
    View on GitHub↗18,990
  • go-martini/martinigo-martini avatar

    go-martini/martini

    11,603View on GitHub↗

    Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It functions as a routing engine and an HTTP middleware pipeline to map network requests to specific handler functions. The framework is distinguished by its dependency injection system, which automatically resolves and provides requested service types as arguments to handler functions. This allows for the decoupling of business logic from infrastructure by matching requested types against a registry of available services. The project covers a broad range of web capabilities, inc

    Martini is a web framework that centers its architecture on a dependency injection system for request handlers, making it a relevant tool for managing and injecting variables into your application logic.

    GoDependency InjectionDependency Injection FrameworksRequest Middleware
    View on GitHub↗11,603
  • litestar-org/litestarlitestar-org avatar

    litestar-org/litestar

    8,302View on GitHub↗

    Litestar is a high-performance Python ASGI web framework designed for building asynchronous APIs and web services. It functions as a type-safe toolkit that leverages Python type hints to provide automatic request validation and response serialization, while natively generating interactive API documentation based on the OpenAPI specification. The framework is distinguished by its integrated dependency injection system, which manages shared resources and resolves complex nested service chains directly within request handlers. It further organizes API development through class-based controllers

    Litestar is a full-featured web framework that natively incorporates dependency injection, request parameter parsing, and middleware support as core components of its request lifecycle management.

    PythonDependency InjectionDependency Injection ContainersDependency Injection Frameworks
    View on GitHub↗8,302
  • uber-go/fxuber-go avatar

    uber-go/fx

    7,354View on GitHub↗

    Fx is a dependency injection framework and application lifecycle manager for Go. It functions as a component model container that automates the instantiation and connection of components by analyzing constructor parameters and return values to resolve complex dependency graphs. The framework distinguishes itself through module-based component bundling, which encapsulates related constructors into reusable units to manage visibility and logic. It provides advanced resolution capabilities, including mapping concrete types to interfaces for decoupling, resolving dependency ambiguities via unique

    This is a dependency injection framework that automates component lifecycle and wiring, which directly addresses the dependency injection requirement for managing application variables and services.

    GoDependency InjectionDependency InjectionDependency Injection Containers
    View on GitHub↗7,354
  • ets-labs/python-dependency-injectorets-labs avatar

    ets-labs/python-dependency-injector

    4,805View on GitHub↗

    This is a dependency injection framework and inversion of control container for Python. It decouples object creation from business logic by managing how services and their dependencies are assembled, delivered, and linked within an application. The framework is distinguished by its ability to perform automated component wiring, using import hooks and decorators to inject dependencies into functions and classes across different modules. It supports non-blocking flows through an asynchronous dependency resolver and manages the initialization and shutdown sequences of shared external resources a

    This is a dependency injection framework for Python that helps manage application components and service assembly, which directly addresses the dependency injection requirement for managing application state and variables.

    PythonDependency Injection ContainersDependency Injection FrameworksInversion-of-Control Containers
    View on GitHub↗4,805
  • ruby-grape/graperuby-grape avatar

    ruby-grape/grape

    9,990View on GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Grape is a RESTful API framework that provides robust request parameter validation, middleware support, and request lifecycle hooks, making it a strong tool for managing and processing incoming request variables.

    RubyRequest Body ParsersRequest Middleware
    View on GitHub↗9,990
  • loopbackio/loopback-nextloopbackio avatar

    loopbackio/loopback-next

    5,095View on GitHub↗

    LoopBack Next is a Node.js API framework used for building REST and multi-protocol APIs. It functions as an OpenAPI server implementation that can either generate machine-readable specifications from code or produce implementation controllers and models from existing specifications. The framework distinguishes itself through a central dependency injection container and a repository-pattern data access layer. This architecture decouples application logic from component construction and persistent storage, allowing for a pluggable system where data sources and business logic are isolated throug

    LoopBack Next is a comprehensive API framework that natively incorporates dependency injection, request parsing, and middleware-based variable management, making it a robust tool for handling application configuration and request data.

    TypeScriptDependency InjectionDependency Injection ContainersRequest Parameter Parsing
    View on GitHub↗5,095
  • spec-first/connexionspec-first avatar

    spec-first/connexion

    4,600View on GitHub↗

    Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it

    Connexion is a Python framework that automates request parameter parsing and validation based on OpenAPI specifications, effectively handling the core requirements for managing request variables and context injection in API development.

    PythonRequest Parameter Parsing
    View on GitHub↗4,600
  • symfony/http-foundationsymfony avatar

    symfony/http-foundation

    8,630View on GitHub↗

    Symfony HttpFoundation is an object-oriented library that models HTTP requests and responses as structured objects, wrapping PHP superglobals into typed parameter bags and providing dedicated objects for headers, cookies, and file uploads. It serves as the foundational layer for building HTTP-based applications in PHP, offering a complete abstraction for reading request data, constructing responses, and managing the full request-response lifecycle. The library distinguishes itself through composable request matchers that check incoming requests against conditions like IP, method, host, or pat

    This library provides the core request parameter parsing and abstraction layer needed to manage HTTP request variables in PHP applications, though it does not natively handle secret management or dependency injection.

    PHPRequest Data Accessors
    View on GitHub↗8,630
  • elysiajs/elysiaelysiajs avatar

    elysiajs/elysia

    18,531View on GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Elysia is a high-performance web framework that natively handles request parameter parsing, validation, and middleware, though it is a full-stack framework rather than a dedicated tool solely for variable management.

    TypeScriptRequest Body ParsersDependency Injection Providers
    View on GitHub↗18,531
  • gin-gonic/gingin-gonic avatar

    gin-gonic/gin

    88,694View on GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the

    Gin is a high-performance web framework that provides built-in request parameter parsing, middleware support, and type-safe request binding, making it a robust tool for managing request variables within API development.

    GoMiddleware-Oriented FrameworksRadix Tree RoutersRouting and Request Handling
    View on GitHub↗88,694
  • fastapi/fastapifastapi avatar

    fastapi/fastapi

    99,260View on GitHub↗

    FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event loop. The project includes a dependency injection system that allows for the resolution and injection of reusable components into request handlers. This system supports request-scoped caching, lifecycle management, and integration with security mechanisms like OAuth2 and JSON We

    FastAPI is a web framework that natively handles request parameter parsing, validation, and dependency injection, making it a highly effective tool for managing variables within an API context.

    PythonFull-Stack FrameworksRequest Body ValidationsAsynchronous Dependencies
    View on GitHub↗99,260
  • hapijs/hapihapijs avatar

    hapijs/hapi

    14,789View on GitHub↗

    Hapi is a configuration-driven web framework for building secure and scalable HTTP servers and APIs on the Node.js runtime. It functions as a REST API development framework and an enterprise server implementation focused on stability, security, and comprehensive input validation. The framework is built around a plugin-based architecture, allowing core functionality and custom logic to be organized into modular, registerable plugins. It serves as an HTTP request lifecycle manager, enabling the interception and modification of requests through pre-handlers and extensions before they reach the f

    Hapi is a comprehensive web framework that provides robust built-in support for request parameter validation, middleware-like lifecycle extensions, and configuration-driven management of application variables, making it a strong fit for handling request and environment logic.

    JavaScriptNode.js Server FrameworksPlugin-Based ArchitecturesWeb Servers
    View on GitHub↗14,789
  • cdimascio/express-openapi-validatorcdimascio avatar

    cdimascio/express-openapi-validator

    1,002View on GitHub↗

    Express-openapi-validator is an ExpressJS middleware that enforces API contract compliance by validating incoming requests and outgoing responses against OpenAPI 3.0 and 3.1 specifications. It acts as a gatekeeper for web services, ensuring that all traffic adheres to defined schemas before reaching application logic. The framework distinguishes itself by automating data integrity tasks, including the automatic coercion of request parameters and body content into typed objects. It provides comprehensive security enforcement by validating authentication and authorization headers against define

    This middleware automates the validation of API requests and parameters against an OpenAPI specification, directly addressing the request parsing and validation requirements for web applications.

    TypeScriptExpressJS Request ValidatorsRequest Interception MiddlewareAPI Validation Middlewares
    View on GitHub↗1,002
  • krakenjs/kraken-jskrakenjs avatar

    krakenjs/kraken-js

    4,919View on GitHub↗

    Kraken-js is a configuration-driven server manager and application framework for bootstrapping Node.js web applications. It provides a system for defining server behavior, middleware chains, and environment settings through JSON files rather than manual code. The framework focuses on separating application logic from infrastructure setup by resolving and injecting middleware into the request chain based on external configuration. It utilizes environment-based configuration merging to override baseline settings with context-specific values during startup. The system covers server security thr

    Kraken-js is a configuration-driven framework that manages environment settings and middleware injection for Node.js applications, directly addressing the need for structured variable management and request handling.

    JavaScriptNode.js Server FrameworksServer Bootstrapping FrameworksApplication Bootstrapping
    View on GitHub↗4,919
  • joho/godotenvjoho avatar

    joho/godotenv

    10,483View on GitHub↗

    godotenv is a Go library designed to load, parse, and serialize environment configuration files. It provides tools to extract configuration data from files into maps and inject those key-value pairs directly into the system environment of a Go application process. The project includes a configuration file serializer for exporting environment variable maps back into formatted files and a parser for extracting data without modifying the system environment. It supports injecting variables from strings or files into the process environment using priority-based overloading and overwriting. The li

    This library provides essential functionality for loading and injecting environment variables into Go applications, serving as a foundational tool for configuration management.

    GoEnvironment Variable LoadersEnvironment Variable ManagementConfiguration File Parsers
    View on GitHub↗10,483
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
adonisjs/core19KTypeScriptMITJun 11, 2026
go-martini/martini11.6KGoMITMar 29, 2022
litestar-org/litestar
8.3K
Python
MIT
Jun 20, 2026
uber-go/fx7.4KGomitDec 27, 2025
ets-labs/python-dependency-injector4.8KPythonbsd-3-clauseJan 31, 2026
ruby-grape/grape10KRubyMITJun 23, 2026
loopbackio/loopback-next5.1KTypeScriptNOASSERTIONJun 15, 2026
spec-first/connexion4.6KPythonApache-2.0Jun 1, 2026
symfony/http-foundation8.6KPHPMITJun 23, 2026
elysiajs/elysia18.5KTypeScriptMITJun 16, 2026

Related searches

  • a centralized system for managing application configurations
  • a library for managing global application state
  • HTTP request builder
  • HTTP request collection
  • a library for handling form data binding
  • State management library
  • HTTP web server
  • Data structure library