Skip to content

php-http/client-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 24, 2024
0cfe985 · Sep 24, 2024
Sep 23, 2024
May 17, 2023
Sep 23, 2024
Sep 23, 2024
Dec 24, 2015
Jul 20, 2020
Sep 28, 2022
Sep 28, 2022
Jul 20, 2020
Dec 24, 2015
Sep 24, 2024
Jan 10, 2016
Apr 14, 2023
Nov 2, 2023
Jul 1, 2020
Dec 24, 2015
May 17, 2023
Dec 31, 2018

Repository files navigation

HTTP Client Common

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads

Common HTTP Client implementations and tools for HTTPlug.

Install

Via Composer

$ composer require php-http/client-common

Usage

This package provides common tools for HTTP Clients:

  • BatchClient to handle sending requests in parallel
  • A convenience client with HTTP method names as class methods
  • Emulator, decorator layers for sync/async clients

Documentation

Please see the official documentation.

Testing

$ composer test

Contributing

Please see our contributing guide.

Security

If you discover any security related issues, please contact us at security@php-http.org.

License

The MIT License (MIT). Please see License File for more information.