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

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

imemento/http
=============

iMemento HTTP Helpers

12.0.0(5mo ago)02.4k1MITPHPPHP ^8.2CI failing

Since Mar 22Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/mementohub/http)[ Packagist](https://packagist.org/packages/imemento/http)[ Docs](https://gitlab.com/imemento/composer/packages/http)[ RSS](/packages/imemento-http/feed)WikiDiscussions v8.1.x Synced 2w ago

READMEChangelogDependencies (4)Versions (23)Used By (1)

iMemento HTTP Service
=====================

[](#imemento-http-service)

[![Build Status](https://github.com/mementohub/http/workflows/Testing/badge.svg)](https://github.com/mementohub/http/actions)[![Latest Stable Version](https://camo.githubusercontent.com/70327620466aaddd14011af03386d2945919bcc3d9a318baf09ca8b302b1a244/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d656d656e746f2f68747470)](https://packagist.org/packages/imemento/http)[![License](https://camo.githubusercontent.com/98633a8bfcd26075e32cf96e89fb5e89a72e489635b07bcd76facb75c83be867/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696d656d656e746f2f68747470)](https://packagist.org/packages/imemento/http)[![Total Downloads](https://camo.githubusercontent.com/96160cf3ff6d02603bb93d959514bcffb9d069374bae642eeff995575ecacc02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d656d656e746f2f68747470)](https://packagist.org/packages/imemento/http)

Abstracts the communication between API and clients. It is framework independent.

Install
-------

[](#install)

```
composer require imemento/http
```

Usage
-----

[](#usage)

Service.php is an abstract class extended by all the other SDKs and exposes useful REST methods. It manages service and user permissions behind the scenes.

```
use iMemento\Http\Service;

// Example:
class DestinationsService extends Service
{
	public function getDestinations()
	{
		return $this->_get('/destinations');
	}
}

$config = [
	'service_id' => 'destinations',
	'endpoint' => 'http://api-destinations.dev/api/v1/',
	'host' => 'api-destinations.dev',
];

$destinations = new DestinationsService(Issuer $issuer, array $config);
$destinations->getDestinations(); //returns an array of top destinations
```

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance70

Regular maintenance activity

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 84.4% 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 ~138 days

Recently: every ~492 days

Total

22

Last Release

176d ago

Major Versions

v5.8.x-dev → v6.0.x-dev2020-09-29

6.0.0 → 7.0.02020-09-29

v7.0.x-dev → v8.0.x-dev2020-09-29

v8.1.0 → 12.0.02026-02-19

PHP version history (6 changes)5.6.0PHP ^7.1

v6.0.x-devPHP ^7.2

7.0.0PHP ^7.2.5

v8.0.x-devPHP ^7.3

v8.1.x-devPHP ^8.0

12.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![gxgstan](https://avatars.githubusercontent.com/u/3264036?v=4)](https://github.com/gxgstan "gxgstan (38 commits)")[![bcismariu](https://avatars.githubusercontent.com/u/10166477?v=4)](https://github.com/bcismariu "bcismariu (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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