PHPackages                             fenzland/http - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. fenzland/http

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fenzland/http
=============

A lightweight HTTP client with PHP7.

0.1.13(8y ago)421415MITPHPPHP &gt;=7.0

Since Dec 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Fenzland/http)[ Packagist](https://packagist.org/packages/fenzland/http)[ RSS](/packages/fenzland-http/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (11)Used By (5)

Fenzland HTTP
=============

[](#fenzland-http)

A lightweight HTTP client with PHP7.

Install
=======

[](#install)

```
composer require fenzland/http
```

Usage
=====

[](#usage)

```
HTTP::scheme('http')->host('example.org')->port(80)->query('/example/')->headers([ 'key'=>'value', ])->method('GET')->version('1.1')->send();
HTTP::withScheme('http')->withHost('example.org')->withPort(80)->withQuery('/example/')->withHeaders([ 'key'=>'value', ])->withMethod('GET')->withVersion('1.1')->send();

HTTP::url('http://example.org/example/?key=value')->get();
HTTP::url('http://example.org/example/?key=value')->head();
HTTP::url('http://example.org/example/?key=value')->options();
HTTP::url('http://example.org/example/?key=value')->delete();
HTTP::url('http://example.org/example/?key=value')->post(  'id=1&name=Fenz' );
HTTP::url('http://example.org/example/?key=value')->put(   'id=1&name=Fenz' );
HTTP::url('http://example.org/example/?key=value')->patch( 'id=1&name=Fenz' );
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Recently: every ~73 days

Total

10

Last Release

3114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4088943a17e5d5e92ecb0196b9b2970af09cf5b3e1b8b67443c79169878f3cbe?d=identicon)[Fenzland](/maintainers/Fenzland)

---

Top Contributors

[![Fenzland](https://avatars.githubusercontent.com/u/19697989?v=4)](https://github.com/Fenzland "Fenzland (24 commits)")

---

Tags

httphttp-clientphpphp7

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fenzland-http/health.svg)

```
[![Health](https://phpackages.com/badges/fenzland-http/health.svg)](https://phpackages.com/packages/fenzland-http)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
