binfinn/http-foundation

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

This package is not auto-updated.

Last update: 2025-06-24 18:22:37 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);