PHPackages                             pishgaman/sheet - 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. pishgaman/sheet

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

pishgaman/sheet
===============

This is a comprehensive Laravel package for getting Excel and PDF output. phpspreadsheet And mpdf are the libraries used in this package.

029PHP

Since Aug 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RaminRoshan/Pishgaman-Sheet)[ Packagist](https://packagist.org/packages/pishgaman/sheet)[ RSS](/packages/pishgaman-sheet/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pishgaman-Sheet
===============

[](#pishgaman-sheet)

This is a comprehensive Laravel package for getting Excel and PDF output. phpspreadsheet And mpdf are the libraries used in this package.

### How to Install Your Project

[](#how-to-install-your-project)

```
composer require pishgaman/sheet

```

### How to Use

[](#how-to-use)

#### Export Excel

[](#export-excel)

```
$sheet =\App::make(SheetInterface::class);
$Spreadsheet = $sheet->init();
$spreadsheet = $sheet->createSheet($Spreadsheet,'test');
$arrayData = [];
$arrayData[0] =['name'];
$spreadsheet = $sheet->arrayExport($spreadsheet,$arrayData,0);
$sheet->createWriter($spreadsheet);

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36082357?v=4)[raminroshan](/maintainers/raminroshan)[@RaminRoshan](https://github.com/RaminRoshan)

---

Top Contributors

[![RaminRoshan](https://avatars.githubusercontent.com/u/36082357?v=4)](https://github.com/RaminRoshan "RaminRoshan (17 commits)")

### Embed Badge

![Health badge](/badges/pishgaman-sheet/health.svg)

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

###  Alternatives

[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

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