PHPackages                             marksihor/laravel-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. marksihor/laravel-reports

ActiveLibrary

marksihor/laravel-reports
=========================

Laravel reports based on eloquent queries.

1.05(2y ago)11.2kMITPHP

Since Mar 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/marksihor/laravel-reports)[ Packagist](https://packagist.org/packages/marksihor/laravel-reports)[ RSS](/packages/marksihor-laravel-reports/feed)WikiDiscussions main Synced 2d ago

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

laravel-reports
===============

[](#laravel-reports)

Laravel reports based on eloquent queries.

Installing
----------

[](#installing)

```
composer require marksihor/laravel-reports -vvv
```

Examples
--------

[](#examples)

```
$report = (new Report($query))
            ->filterable()
            ->setSumColumn('total')
            ->setGroupColumn('status')
            ->withQuantity()
            ->make();

$report = (new Report($query))->filterable()->today()->count();
$report = (new Report($query))->filterable()->tomorrow()->count();
$report = (new Report($query))->filterable()->yesterday()->count();
$report = (new Report($query))->filterable()->thisWeek()->count();
$report = (new Report($query))->filterable()->thisMonth()->count();
$report = (new Report($query))->filterable()->thisYear()->count();
$report = (new Report($query))->filterable()->future()->count();
```

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

929d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/502c6ff875a2fb864db565af2932a45065d754883b6bc3e6819adcc7a326cb22?d=identicon)[marksihor](/maintainers/marksihor)

---

Top Contributors

[![marksihor](https://avatars.githubusercontent.com/u/33258479?v=4)](https://github.com/marksihor "marksihor (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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