binfinn/http-foundation

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/binfinn/http-foundation

v1.0.0 2022-05-16 04:52 UTC

This package is not auto-updated.

Last update: 2025-09-02 19:08:18 UTC


README

📦 To create a sdk easiler.

Documentation

官网 · 教程

Requirement

  1. PHP >= 7.0
  2. Composer

Installation

$ composer require "binfinn/http-foundation" -vvv

Usage

$http = new Http();

$stack = $http->addHandler(new MockHandler());

var_dump($stack);