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

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

white-frame/http
================

Prebuilt http components for white frame

5.2.0.0(10y ago)04132WTFPLPHP

Since Nov 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/white-frame/http)[ Packagist](https://packagist.org/packages/white-frame/http)[ RSS](/packages/white-frame-http/feed)WikiDiscussions 5.1 Synced today

READMEChangelog (7)Dependencies (3)Versions (9)Used By (2)

Http
====

[](#http)

Simple http Controller layout for `WhiteFrame\Helloquent` REST models and response helpers for browser and api response.

REST Model Controller
---------------------

[](#rest-model-controller)

This controller will require a model with valid `Presenter`, `Renderer`, `Transformer` (for API), `Repository`, and a valid endpoint.

Simply extends your controller with `WhiteFrame\Http\Controller\Resource\Controller`.

```
use WhiteFrame\Http\Controller\Resource\Controller;

class UserController extends Controller
{
    protected $entity = 'Path\To\User';
}
```

Response Helpers
----------------

[](#response-helpers)

Add the `WhiteFrame\Http\Controller\Helpers` trait into your controller and you will have the following helpers :

- [`$this->response()`](https://github.com/white-frame/http/wiki/Response) : return a multi format `Response`.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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

Total

9

Last Release

3687d ago

Major Versions

v0.02 → 5.2.0.02016-01-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60343765?v=4)[ifnot](/maintainers/ifnot)[@ifnot](https://github.com/ifnot)

---

Top Contributors

[![IfnotFr](https://avatars.githubusercontent.com/u/1242308?v=4)](https://github.com/IfnotFr "IfnotFr (11 commits)")

### Embed Badge

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

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

###  Alternatives

[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M21](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)

PHPackages © 2026

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