PHPackages                             saxulum/saxulum-http-client-adapter-vinelab - 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. saxulum/saxulum-http-client-adapter-vinelab

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

saxulum/saxulum-http-client-adapter-vinelab
===========================================

Saxulum Http Client Adapter Vinelab

1.0.1(11y ago)014MITPHPPHP &gt;=5.3

Since Oct 27Pushed 8y agoCompare

[ Source](https://github.com/saxulum-legacy/saxulum-http-client-adapter-vinelab)[ Packagist](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-vinelab)[ RSS](/packages/saxulum-saxulum-http-client-adapter-vinelab/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

saxulum-http-client-adapter-vinelab
===================================

[](#saxulum-http-client-adapter-vinelab)

[![Build Status](https://camo.githubusercontent.com/c19aa228bc7666b4b9964461eb1a250504e22b7ae8dfde166d13bc914f70a61b/68747470733a2f2f6170692e7472617669732d63692e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d76696e656c61622e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-http-client-adapter-vinelab)[![Total Downloads](https://camo.githubusercontent.com/efd6adc81f0597ad6b598b381d9f39f83880ce896888503b17402da7d78588ae/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d76696e656c61622f646f776e6c6f6164732e706e67)](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-vinelab)[![Latest Stable Version](https://camo.githubusercontent.com/7a8e685a7eb617f8b49286be267ecb038e3661329090e279232ee62bfc0f2d7f/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d76696e656c61622f762f737461626c652e706e67)](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-vinelab)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/64728d4f05661def5391d06b92ebe55ab310b085a58e5a0b3fa17def0ac83f4e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736178756c756d2f736178756c756d2d687474702d636c69656e742d616461707465722d76696e656c61622f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/saxulum/saxulum-http-client-adapter-vinelab/?branch=master)

Features
--------

[](#features)

- Provides a http client interface adapter for [vinelab](https://packagist.org/packages/vinelab/http)

Requirements
------------

[](#requirements)

- PHP 5.3+
- Vinelab ~1.1 (PHP 5.4+)

Installation
------------

[](#installation)

Through [Composer](http://getcomposer.org) as [saxulum/saxulum-http-client-adapter-vinelab](https://packagist.org/packages/saxulum/saxulum-http-client-adapter-vinelab).

Usage
-----

[](#usage)

```
use Saxulum\HttpClient\Vinelab\HttpClient;
use Saxulum\HttpClient\Request;

$httpClient = new HttpClient();
$response = $httpClient->request(new Request(
    '1.1',
    Request::METHOD_GET,
    'http://en.wikipedia.org',
    array(
        'Connection' => 'close',
    )
));

```

You can inject your own vinelab client instance while creating the http client instance.

```
use Vinelab\Http\Client;
use Saxulum\HttpClient\Vinelab\HttpClient;

$client = new Client;
$httpClient = new HttpClient($client);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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 ~7 days

Total

2

Last Release

4261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55048de83ca5e5d8c67164a19c78edcaad413b0c1a4ae10d92edf8d77bedd90f?d=identicon)[dominikzogg](/maintainers/dominikzogg)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (7 commits)")

---

Tags

httpclienthttp clientadaptersaxulumvinelablavarel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saxulum-saxulum-http-client-adapter-vinelab/health.svg)

```
[![Health](https://phpackages.com/badges/saxulum-saxulum-http-client-adapter-vinelab/health.svg)](https://phpackages.com/packages/saxulum-saxulum-http-client-adapter-vinelab)
```

###  Alternatives

[aplus/http-client

Aplus Framework HTTP Client Library

2171.6M1](/packages/aplus-http-client)[amphp/http-client-guzzle-adapter

Guzzle adapter for Amp's HTTP client.

1540.6k3](/packages/amphp-http-client-guzzle-adapter)[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17515.5k2](/packages/m6web-guzzle-http-bundle)[openapi/openapi-sdk

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

161.5k1](/packages/openapi-openapi-sdk)

PHPackages © 2026

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