webisters / http-client
Webisters HTTP Client Library
Fund package maintenance!
v1.0.2
2026-05-01 06:22 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-fileinfo: *
- ext-json: *
- webisters/helpers: *
- webisters/http: *
Requires (Dev)
README
Webisters HTTP Client Library This library is designed for reuse in Composer-based PHP applications.
What It Provides
- Practical building blocks for API-first workflows and endpoint interaction.
- Client-side helpers designed for clean and reusable service access patterns.
- Tools for handling HTTP requests, responses, and related integrations.
Installation
composer require webisters/http-client
Requirements
- PHP:
>=8.2 - Composer: Compatible with Composer 2.x.
Documentation
- Guide: https://docs.webisters.com/guides/libraries/http-client/
- Package: https://webisters.com/packages/http-client
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
- Issues: https://github.com/webisters/http-client/issues
- Source: https://github.com/webisters/http-client
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
License
MIT