Webisters HTTP Library

Maintainers

Package info

github.com/webisters/http

Homepage

Forum

Documentation

pkg:composer/webisters/http

Fund package maintenance!

Webisters Sponsor

Statistics

Installs: 12

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2026-05-01 15:53 UTC

This package is auto-updated.

Last update: 2026-05-01 15:53:47 UTC


README

Webisters HTTP Library This library is designed for reuse in Composer-based PHP applications.

What It Provides

  • Tools for handling HTTP requests, responses, and related integrations.
  • Reusable PHP components intended for integration into larger applications.
  • Clean interfaces and extension points to support maintainable implementations.

Installation

composer require webisters/http

Requirements

  • PHP: >=8.2
  • Composer: Compatible with Composer 2.x.

Documentation

Included in Webisters Framework

If you're building a full Webisters application, install the framework meta-package:

composer require webisters/framework

Development

composer install
vendor/bin/phpunit

Follow consistent coding style and run available linters before opening pull requests.

Support

License

MIT