PHPackages                             biigle/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. biigle/reports

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

biigle/reports
==============

BIIGLE module to generate reports for projects, volumes and videos.

v4.31.5(1y ago)17.4k2GPL-3.0-onlyPHP

Since Jun 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/biigle/reports)[ Packagist](https://packagist.org/packages/biigle/reports)[ Docs](https://biigle.de)[ RSS](/packages/biigle-reports/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (2)Versions (107)Used By (0)

BIIGLE Reports Module
=====================

[](#biigle-reports-module)

⚠️ This module has been [merged](https://github.com/biigle/core/pull/1028) into biigle/core.

[![Test status](https://github.com/biigle/reports/workflows/Tests/badge.svg)](https://github.com/biigle/reports/actions?query=workflow%3ATests)

This is the BIIGLE module to generate reports for projects and volumes.

Installation
------------

[](#installation)

This module is already included in [`biigle/biigle`](https://github.com/biigle/biigle).

1. Run `composer require biigle/reports`.
2. Add `Biigle\Modules\Reports\ReportsServiceProvider::class` to the `providers` array in `config/app.php`.
3. Run `php artisan vendor:publish --tag=public` to publish the public assets of this module.
4. Run `pip install -r vendor/biigle/reports/requirements.txt` to install the python requirements.
5. Configure a storage disk for the report files and set the `REPORTS_STORAGE_DISK` variable to the name of this storage disk in the `.env` file. Example for a local disk: ```
    'reports' => [
        'driver' => 'local',
        'root' => storage_path('reports'),
    ],
    ```

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance40

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 87.8% 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 ~29 days

Recently: every ~19 days

Total

105

Last Release

522d ago

Major Versions

v0.2.2 → v1.0.02016-08-25

v1.5.5 → v2.0.02017-06-20

v2.x-dev → v3.0.0-beta2018-02-06

v3.1.0 → v4.0.0-beta2018-04-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (419 commits)")[![dlangenk](https://avatars.githubusercontent.com/u/4822085?v=4)](https://github.com/dlangenk "dlangenk (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")[![rskelly](https://avatars.githubusercontent.com/u/1259325?v=4)](https://github.com/rskelly "rskelly (7 commits)")[![ToukL](https://avatars.githubusercontent.com/u/39592591?v=4)](https://github.com/ToukL "ToukL (3 commits)")[![lehecht](https://avatars.githubusercontent.com/u/72259845?v=4)](https://github.com/lehecht "lehecht (2 commits)")[![dbrembilla](https://avatars.githubusercontent.com/u/72857468?v=4)](https://github.com/dbrembilla "dbrembilla (1 commits)")

---

Tags

biiglebiigle-modulebiiglebiigle-module

### Embed Badge

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

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

###  Alternatives

[mediawiki/maps

Adds various mapping features to MediaWiki

84145.0k3](/packages/mediawiki-maps)[frictionlessdata/tableschema

A utility library for working with Table Schema

12194.4k6](/packages/frictionlessdata-tableschema)

PHPackages © 2026

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