PHPackages                             sinevia/php-library-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. sinevia/php-library-http

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

sinevia/php-library-http
========================

PHP Library HTTP

v1.3.0(7y ago)096911proprietaryPHP

Since Jan 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Sinevia/php-library-http)[ Packagist](https://packagist.org/packages/sinevia/php-library-http)[ Docs](http://github.com/sinevia/php-library-http)[ RSS](/packages/sinevia-php-library-http/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (1)

PHP Library HTTP
================

[](#php-library-http)

HTTP client

Background
----------

[](#background)

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

[](#installation)

Install via Composer

```
composer require sinevia/php-library-http

```

Or add the following to your composer file:

```
   "require": {
      "sinevia/php-library-http": "1.3.0"
   },
```

Usage
-----

[](#usage)

The lines bellow create an HTTP Client:

```
$http = new \Sinevia\HttpClent("http://localhost/");

$http->setPath('/yourpath/');

$http->post(array('user'=>'UN','pass'=>'PW'); // Data to be sent as array

echo $http->getResponseBody();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

2819d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d935723d26f92caa8fb66c4a44cf1995c488734b54e36f5b616ac290a109ab59?d=identicon)[sinevia](/maintainers/sinevia)

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (14 commits)")

---

Tags

httpphplibrarysinevia

### Embed Badge

![Health badge](/badges/sinevia-php-library-http/health.svg)

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

PHPackages © 2026

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