PHPackages                             mochrira/selvi-report - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. mochrira/selvi-report

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

mochrira/selvi-report
=====================

A library to generate pdf using selvi framework

0.3.8(1y ago)02911[3 issues](https://github.com/mochrira/selvi-reports/issues)PHP

Since Jun 1Pushed 1y agoCompare

[ Source](https://github.com/mochrira/selvi-reports)[ Packagist](https://packagist.org/packages/mochrira/selvi-report)[ RSS](/packages/mochrira-selvi-report/feed)WikiDiscussions master Synced today

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

Selvi PDF
=========

[](#selvi-pdf)

Sebuah library untuk membuat laporan pdf yang dibuat menggunakan TCPDF mengadopsi sistem Band dalam pembuatan laporan yang sudah lama diperkenalkan oleh FastReport©.

Instalasi
---------

[](#instalasi)

```
composer require mochrira/selvi-pdf

```

Memulai
-------

[](#memulai)

```

```

Master Band
-----------

[](#master-band)

```
...

$pdf->masterStart();
    $pdf->masterHeader(function ($pdf) {
        $pdf->rowStart();
        $pdf->column('Master Header 1');
        $pdf->rowEnd();
    });
        for($i=1; $imasterBand(function ($pdf) use ($i) {
                $pdf->rowStart();
                $pdf->column('Master Band 1 - '.$i);
                $pdf->rowEnd();
            });
        }
    $pdf->band(function ($pdf) {
        $pdf->rowStart();
        $pdf->column('Master Footer uses generic band'.$i);
        $pdf->rowEnd();
        $pdf->Ln();
    });
$pdf->masterEnd();

...

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.6% 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 ~56 days

Recently: every ~103 days

Total

17

Last Release

596d ago

Major Versions

0.3.7 → 1.x-dev2024-11-15

### Community

Maintainers

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

---

Top Contributors

[![mochrira](https://avatars.githubusercontent.com/u/3508180?v=4)](https://github.com/mochrira "mochrira (35 commits)")[![kusenabdullah-123](https://avatars.githubusercontent.com/u/52955891?v=4)](https://github.com/kusenabdullah-123 "kusenabdullah-123 (2 commits)")

### Embed Badge

![Health badge](/badges/mochrira-selvi-report/health.svg)

```
[![Health](https://phpackages.com/badges/mochrira-selvi-report/health.svg)](https://phpackages.com/packages/mochrira-selvi-report)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.9k157.3M895](/packages/maatwebsite-excel)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)

PHPackages © 2026

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