tundra/http

A simple http library.

v1.0.0-beta.2 2025-04-06 21:20 UTC

This package is auto-updated.

Last update: 2025-05-21 22:07:39 UTC


README

A simple HTTP library. Requires PHP ^7.2.25 and Symfony ^5.4.0

Install

$ composer require tundra/http

Tests

$ phpunit tests/Http/Cookie/CookieHandlerTest.php --stderr
$ phpunit tests/Http/Cookie/CookieTest.php --stderr
$ phpunit tests/Http/RequestTest.php