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

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

khaledsabbah/integrations-http
==============================

HTTP integration helpers (requests, responses, middlewares, logging, enums, validation) for Laravel apps.

v1.2.2(6mo ago)03.0k↑114.3%1[1 PRs](https://github.com/khaledsabbah/HttpModule/pulls)MITPHPPHP &gt;=8.1

Since Oct 20Pushed 6mo agoCompare

[ Source](https://github.com/khaledsabbah/HttpModule)[ Packagist](https://packagist.org/packages/khaledsabbah/integrations-http)[ RSS](/packages/khaledsabbah-integrations-http/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (12)Used By (0)

### Laravel integration

[](#laravel-integration)

Publish config with:

```
php artisan vendor:publish --provider="Idaratech\Integrations\IntegrationsServiceProvider" --tag=config

```

### Method &amp; Content-Type Enums

[](#method--content-type-enums)

Use `MethodEnum` for HTTP verbs and `ContentTypeEnum` for clean content-type headers:

```
use Idaratech\Integrations\Http\Enums\Method as M;
use Idaratech\Integrations\Http\Enums\ContentType as CT;
use Idaratech\Integrations\Http\Enums\HeaderKey as HK;

$request->headers()[HK::CONTENT_TYPE->key()] = CT::JSON->mime();

public function method(): M
{
    return M::POST;
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance68

Regular maintenance activity

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.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 ~7 days

Recently: every ~17 days

Total

11

Last Release

188d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9983900?v=4)[Khaled Sabbah](/maintainers/khaledsabbah)[@khaledsabbah](https://github.com/khaledsabbah)

---

Top Contributors

[![khaledsabbah](https://avatars.githubusercontent.com/u/9983900?v=4)](https://github.com/khaledsabbah "khaledsabbah (13 commits)")[![bilal-elhalawaty-FOO](https://avatars.githubusercontent.com/u/233912055?v=4)](https://github.com/bilal-elhalawaty-FOO "bilal-elhalawaty-FOO (4 commits)")[![Bilal-Elhalawaty](https://avatars.githubusercontent.com/u/249585528?v=4)](https://github.com/Bilal-Elhalawaty "Bilal-Elhalawaty (2 commits)")

---

Tags

laravelvalidationsdkhttp clientGuzzleenumsintegrations

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[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.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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