PHPackages                             mattapril/laravel-responsable-reports - 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. [API Development](/categories/api)
4. /
5. mattapril/laravel-responsable-reports

ActiveLibrary[API Development](/categories/api)

mattapril/laravel-responsable-reports
=====================================

Library for easily converting reports into various HTTP responses

v1.4.3(5mo ago)0847MITPHPPHP &gt;=7.0CI failing

Since Apr 14Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/MattApril/laravel-responsable-reports)[ Packagist](https://packagist.org/packages/mattapril/laravel-responsable-reports)[ RSS](/packages/mattapril-laravel-responsable-reports/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (15)Used By (0)

Install
-------

[](#install)

`composer require mattapril/laravel-responsable-reports`

#### For Lumen Projects

[](#for-lumen-projects)

```
$this->app->singleton('Illuminate\Contracts\Routing\ResponseFactory', function ($app) {
    return new \Illuminate\Routing\ResponseFactory(
        $app['Illuminate\Contracts\View\Factory'],
        $app['Illuminate\Routing\Redirector']
    );
});

```

Configuration
-------------

[](#configuration)

optional .env configuration:

```
REPORT_PER_PAGE_KEY=per_page # define the input key that can be used to dynamically set the results per page for paginated responses
REPORT_PER_PAGE_MAX=100 # sets the maximum number of results per page when using REPORT_PER_PAGE_KEY (default is 100)

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance70

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~217 days

Total

14

Last Release

169d ago

Major Versions

v0.1.3 → v1.0.02020-04-16

### Community

Maintainers

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

---

Top Contributors

[![MattApril](https://avatars.githubusercontent.com/u/4501169?v=4)](https://github.com/MattApril "MattApril (17 commits)")

---

Tags

laravelcontentnegotiationreportsPaginated

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mattapril-laravel-responsable-reports/health.svg)

```
[![Health](https://phpackages.com/badges/mattapril-laravel-responsable-reports/health.svg)](https://phpackages.com/packages/mattapril-laravel-responsable-reports)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k11.4M112](/packages/nuwave-lighthouse)[laravel/ai

The official AI SDK for Laravel.

9782.1M162](/packages/laravel-ai)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

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