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. mattapril/laravel-responsable-reports

ActiveLibrary

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

Library for easily converting reports into various HTTP responses

v1.4.3(4mo ago)0841↓100%MITPHPPHP &gt;=7.0

Since Apr 14Pushed 4mo 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 1mo 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

42

—

FairBetter than 90% of packages

Maintenance77

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

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

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M274](/packages/laravel-boost)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)

PHPackages © 2026

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