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(7mo ago)03.1k↑106.7%1[1 PRs](https://github.com/khaledsabbah/HttpModule/pulls)MITPHPPHP &gt;=8.1

Since Oct 20Pushed 7mo agoCompare

[ Source](https://github.com/khaledsabbah/HttpModule)[ Packagist](https://packagist.org/packages/khaledsabbah/integrations-http)[ RSS](/packages/khaledsabbah-integrations-http/feed)WikiDiscussions main Synced 2w 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

39

—

LowBetter than 84% of packages

Maintenance62

Regular maintenance activity

Popularity21

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

233d 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

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M228](/packages/laravel-mcp)[laravel/socialite

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

5.7k113.1M997](/packages/laravel-socialite)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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