awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aplus-framework avatar

aplus-framework/http-client

0
View on GitHub↗
218 estrellas·11 forks·PHP·MIT·4 vistasaplus-framework.com/packages/http-client↗

Http Client

This library is a PHP HTTP client designed for executing synchronous and asynchronous network requests. It provides a standards-compliant implementation of the PSR-18 interface, enabling consistent interaction with remote web services and external systems.

The library distinguishes itself through an abstraction-layered architecture that decouples the request interface from specific network drivers. It utilizes a middleware-driven pipeline to process requests and responses, while employing a strategy pattern to parse raw network streams into structured objects based on content type.

The system supports non-blocking operations through event loop integration and manages large payloads via stream-based execution to maintain memory efficiency. It includes comprehensive utilities for handling headers, status codes, and request bodies during data exchange.

Features

  • HTTP Client Libraries - Implements a PHP library for executing synchronous and asynchronous network requests and processing server responses.
  • HTTP Request Execution - Executes synchronous and asynchronous HTTP requests to interact with remote web services.
  • PSR-18 Implementations - Provides a standards-compliant implementation of the PSR-18 interface for consistent HTTP request handling.
  • Network Request Frameworks - Provides a high-level framework for managing headers, status codes, and request bodies across network connections.
  • Transport Abstractions - Decouples the high-level request interface from specific network drivers to allow switching between transport implementations.
  • Asynchronous Event Loops - Utilizes non-blocking I/O primitives to manage concurrent network operations without stalling the main execution thread.
  • HTTP Response Handling - Provides utilities to extract status codes, headers, and body content from incoming network responses.
  • HTTP Middleware Pipelines - Processes outgoing requests and incoming responses through a chain of modular handlers that modify or inspect data during transit.
  • REST API Integrations - Facilitates sending data to and retrieving information from remote web services using standard HTTP methods.
  • Web Service Communications - Manages synchronous and asynchronous network requests to interact with external systems and process their responses.

Historial de estrellas

Gráfico del historial de estrellas de aplus-framework/http-clientGráfico del historial de estrellas de aplus-framework/http-client

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Http Client

Colecciones seleccionadas manualmente donde aparece Http Client.
  • PHP HTTP Client Libraries

Alternativas open-source a Http Client

Proyectos open-source similares, clasificados según cuántas características comparten con Http Client.
  • rest-client/rest-clientAvatar de rest-client

    rest-client/rest-client

    5,215Ver en GitHub↗

    This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload

    Ruby
    Ver en GitHub↗5,215
  • mikeal/r2Avatar de mikeal

    mikeal/r2

    4,404Ver en GitHub↗

    r2 is a JavaScript HTTP client library and asynchronous request library used for executing network calls. It provides a runtime-agnostic network layer that abstracts underlying HTTP implementations to ensure consistent behavior across different JavaScript execution environments. The library functions as a JSON API client, automatically parsing response bodies and formatting outgoing payloads. It utilizes a promise-based interface to manage the lifecycle of HTTP requests and responses. The project covers REST API integration and HTTP header management, allowing users to attach custom key-valu

    JavaScript
    Ver en GitHub↗4,404
  • kittinunf/fuelAvatar de kittinunf

    kittinunf/fuel

    4,652Ver en GitHub↗

    Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and asynchronous web requests. It functions as a network wrapper that supports executing calls via suspending functions in coroutines, reactive streams, and traditional callbacks. The library features built-in integration for Android LiveData to bind network responses directly to observable state holders for user interface updates. It also includes a JSON serialization client that utilizes customizable mappers to convert raw HTTP response bodies into structured data objects. Capability area

    Kotlinandroidhttp-clientkotlin
    Ver en GitHub↗4,652
  • jnunemaker/httpartyAvatar de jnunemaker

    jnunemaker/httparty

    5,894Ver en GitHub↗

    HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network primitives into a high-level interface, allowing developers to encapsulate base URIs and request configurations within classes to maintain consistent interactions with remote web services. The library automates the transformation of raw network response data into native Ruby structures by using a registry-based system that parses content based on response headers. It also provides specialized mechanisms for sending multipart form data and streaming large payloads to maintain m

    Ruby
    Ver en GitHub↗5,894
Ver las 30 alternativas a Http Client→

Preguntas frecuentes

¿Qué hace aplus-framework/http-client?

This library is a PHP HTTP client designed for executing synchronous and asynchronous network requests. It provides a standards-compliant implementation of the PSR-18 interface, enabling consistent interaction with remote web services and external systems.

¿Cuáles son las características principales de aplus-framework/http-client?

Las características principales de aplus-framework/http-client son: HTTP Client Libraries, HTTP Request Execution, PSR-18 Implementations, Network Request Frameworks, Transport Abstractions, Asynchronous Event Loops, HTTP Response Handling, HTTP Middleware Pipelines.

¿Qué alternativas de código abierto existen para aplus-framework/http-client?

Las alternativas de código abierto para aplus-framework/http-client incluyen: rest-client/rest-client — This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication.… mikeal/r2 — r2 is a JavaScript HTTP client library and asynchronous request library used for executing network calls. It provides… kittinunf/fuel — Fuel is a Kotlin HTTP client library for Android and Kotlin applications that handles both synchronous and… jnunemaker/httparty — HTTParty is a Ruby HTTP client library designed for building standardized API clients. It abstracts low-level network… dart-lang/http — This library provides a unified, cross-platform interface for executing HTTP requests and managing network… lostisland/faraday — Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline…