PHPackages                             sigmie/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. sigmie/http

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

sigmie/http
===========

The Sigmie HTTP package.

v1.0.1(2y ago)08.0k↑1487.5%3MITPHPPHP ^8.1

Since Jan 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sigmie/http)[ Packagist](https://packagist.org/packages/sigmie/http)[ Docs](https://sigmie.com)[ RSS](/packages/sigmie-http/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (67)Used By (3)

Sigmie HTTP Client
==================

[](#sigmie-http-client)

This is a simple HTTP client. It allows you to interact with the JSON APIs in a more convenient and efficient way.

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

[](#installation)

You can install the package via composer:

```
composer require sigmie/http
```

Usage
-----

[](#usage)

Here is a basic example of how to use the client:

```
use GuzzleHttp\Psr7\Uri;
use Sigmie\Http\Contracts\JSONResponse;
use Sigmie\Http\JSONClient;
use Sigmie\Http\JSONRequest;

$http = JSONClient::create(
    [
        "https://api.example.com/v1",
    ],
    [
        'connect_timeout' => 30
    ]
);

$request = new JSONRequest('GET', new Uri('/campaigns'));

/** @var JSONResponse $response */
$response = $http->request($req);
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

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

Recently: every ~78 days

Total

66

Last Release

937d ago

Major Versions

0.38.1 → v1.0.02023-10-24

PHP version history (2 changes)v0.4.0PHP ^8.0

v0.20.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15706832?v=4)[Nico Orfanos](/maintainers/nicoorfi)[@nicoorfi](https://github.com/nicoorfi)

---

Top Contributors

[![nicoorfi](https://avatars.githubusercontent.com/u/15706832?v=4)](https://github.com/nicoorfi "nicoorfi (54 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M67](/packages/spatie-crawler)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)

PHPackages © 2026

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