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

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

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

PHP HTTP Client Libraries

排名更新于 2026年7月13日

For a php library for making http requests, the strongest matches are guzzle/guzzle (Guzzle is the industry-standard PHP HTTP client that natively), symfony/http-client (This library provides a robust, PSR-18 and PSR-7 compliant) and php-http/client-common (This library provides essential tools and common implementations for). aplus-framework/http-client is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best php http client libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

PHP HTTP Client Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • guzzle/guzzleguzzle 的头像

    guzzle/guzzle

    23,453在 GitHub 上查看↗

    Guzzle is a PHP HTTP client used for sending synchronous and asynchronous requests to web services. It serves as a concurrent HTTP request manager, an HTTP stream handler, and a middleware-based HTTP pipeline. The project is a PSR-7 compliant client, utilizing standardized PHP interfaces for requests, responses, and streams. The library differentiates itself through a customizable functional handler stack that allows for the interception and modification of the request and response lifecycle. It features an adapter-based transport system that enables swapping between network implementations,

    Guzzle is the industry-standard PHP HTTP client that natively supports PSR-18, PSR-7, asynchronous requests, and a robust middleware-based pipeline for handling complex API interactions.

    PHPConnection PoolingForm Data SupportRequest Interception Middleware
    在 GitHub 上查看↗23,453
  • symfony/http-clientsymfony 的头像

    symfony/http-client

    2,037在 GitHub 上查看↗

    Provides powerful methods to fetch HTTP resources synchronously or asynchronously

    This library provides a robust, PSR-18 and PSR-7 compliant solution for both synchronous and asynchronous HTTP requests, making it a comprehensive tool for handling API interactions in PHP.

    PHPStatic Site Generators
    在 GitHub 上查看↗2,037
  • php-http/client-commonphp-http 的头像

    php-http/client-common

    1,050在 GitHub 上查看↗

    This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus

    This library provides essential tools and common implementations for the HTTPlug ecosystem, serving as a robust foundation for building PSR-18 compliant HTTP clients in PHP.

    PHPHTTP Client AdaptersAdapter PatternsHTTP Client Interfaces
    在 GitHub 上查看↗1,050
  • aplus-framework/http-clientaplus-framework 的头像

    aplus-framework/http-client

    218在 GitHub 上查看↗

    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 syste

    This library provides a robust, object-oriented interface for making HTTP requests and handling responses, serving as a direct implementation of a PHP HTTP client.

    PHPHTTP Client LibrariesHTTP Request ExecutionPSR-18 Implementations
    在 GitHub 上查看↗218

Related searches

  • a javascript library for making http requests
  • a java library for making http requests
  • an HTTP client library for Go
  • a C# library for making HTTP requests
  • a python library for making http requests
  • a lightweight HTTP client for TypeScript
  • an http client library for Dart
  • an http client library for Rust