PHPackages                             lavoweb/magento2-customreports - 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. [Admin Panels](/categories/admin)
4. /
5. lavoweb/magento2-customreports

ActiveMagento2-module[Admin Panels](/categories/admin)

lavoweb/magento2-customreports
==============================

A Magento 2 module that allows an administrator to create reports in the admin panel. This is modeled after the Clean Reports module for Magento 1.

1.1.7(6y ago)1981OSL-3.0PHP

Since Apr 14Pushed 6y agoCompare

[ Source](https://github.com/LavoWeb/magento2-customreports)[ Packagist](https://packagist.org/packages/lavoweb/magento2-customreports)[ RSS](/packages/lavoweb-magento2-customreports/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (11)Used By (0)

DEG Custom Reports
==================

[](#deg-custom-reports)

This module was inspired by the Magento 1 extension for custom reports (). Thank you to Kalen Jordan and all who had contributed to that project.

Description
-----------

[](#description)

Easily create reports with custom SQL queries and display them using the magento admin grid.

Disclaimer
----------

[](#disclaimer)

This module has the potential to make irreversable changes to your database if set up incorrectly. Use at your own risk.

Features
--------

[](#features)

- Report result table
- Usage of a read only database connection
- Column Filtering
- Column Sorting
- CSV Export

Adding a readonly user
----------------------

[](#adding-a-readonly-user)

```
#!php

'db' =>
        array (
            'table_prefix' => '',
            'connection' =>
                array (
                    'default' =>
                        array (
                            'host' => '127.0.0.1',
                            'dbname' => 'database_name',
                            'username' => 'database_user',
                            'password' => 'database_password',
                            'model' => 'mysql4',
                            'engine' => 'innodb',
                            'initStatements' => 'SET NAMES utf8;',
                            'active' => '1',
                        ),
                    'readonly' =>
                        array (
                            'host' => '127.0.0.1',
                            'dbname' => 'database_name',
                            'username' => 'database_readonly_user',
                            'password' => 'database_readonly_password',
                            'model' => 'mysql4',
                            'engine' => 'innodb',
                            'initStatements' => 'SET NAMES utf8;',
                            'active' => '1',
                        ),
                ),
        ),
    'resource' =>
        array (
            'default_setup' => array ('connection' => 'default'),
            'readonly' => array('connection' => 'readonly')
        ),
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~205 days

Total

8

Last Release

2498d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5844661?v=4)[Aurélien Lavorel](/maintainers/AurelienLavorel)[@AurelienLavorel](https://github.com/AurelienLavorel)

---

Top Contributors

[![AurelienLavorel](https://avatars.githubusercontent.com/u/5844661?v=4)](https://github.com/AurelienLavorel "AurelienLavorel (4 commits)")[![brobie](https://avatars.githubusercontent.com/u/213990?v=4)](https://github.com/brobie "brobie (3 commits)")[![DavidLambauer](https://avatars.githubusercontent.com/u/1841317?v=4)](https://github.com/DavidLambauer "DavidLambauer (1 commits)")[![jantzenw](https://avatars.githubusercontent.com/u/5885144?v=4)](https://github.com/jantzenw "jantzenw (1 commits)")

### Embed Badge

![Health badge](/badges/lavoweb-magento2-customreports/health.svg)

```
[![Health](https://phpackages.com/badges/lavoweb-magento2-customreports/health.svg)](https://phpackages.com/packages/lavoweb-magento2-customreports)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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