Download the PHP package iamxnuel/http-utility without Composer
On this page you can find all versions of the php package iamxnuel/http-utility. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http-utility
HTTPUtility
HTTPUtility is a lightweight PHP library providing HTTP utilities, including Basic and Digest authentication handling, and tools for parsing HTTP headers.
This library was originally created to support MJPEG Restreaming from cameras that only support Digest authentication, as no existing solution fit this use case at the time. It is still useful for any REST API or HTTP client requiring authenticated requests.
Features
- Parse raw HTTP headers into structured arrays.
- Extract HTTP response codes and statuses.
- Parse
WWW-Authenticateheaders. - Handle Basic authentication headers.
- Handle Digest authentication headers including
nonce,cnonce, andqop. - Build authorization headers for HTTP clients.
- Compatible with any PHP project using PHP 8+.
Installation
Install via Composer:
composer require iamxnuel/http-utilityAll versions of http-utility with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package iamxnuel/http-utility contains the following files
Loading the files please wait ...