PHPackages                             fflch/laravel-fflch-pdf - 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. fflch/laravel-fflch-pdf

ActiveLibrary

fflch/laravel-fflch-pdf
=======================

fflch pdf for laravel

1.0.9(1y ago)0172↓100%4GPL-2.0-or-laterBlade

Since May 28Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/fflch/laravel-fflch-pdf)[ Packagist](https://packagist.org/packages/fflch/laravel-fflch-pdf)[ RSS](/packages/fflch-laravel-fflch-pdf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Conceito
--------

[](#conceito)

[![](/images/logo-fflch.png)](/images/logo-fflch.png)

Biblioteca padronizada para modelo de PDF da FFLCH

Regiões:
--------

[](#regiões)

- content
- footer

Configuração e Uso:
-------------------

[](#configuração-e--uso)

- Faça a publicação das configurações base

```
 php artisan vendor:publish --provider="Barryvdh\DomPDF\ServiceProvider"
 php artisan vendor:publish --provider="Fflch\LaravelFflchPdf\LaravelFflchPdfServiceProvider"
```

- Em config/dompdf.php:

```
"enable_php" => true
```

- No seu .env:

```
FFLCHPDF_SETOR='Setor de Graduação'
```

- No seu blade:

```
@extends('laravel-fflch-pdf::main')
```

- No controller:

```
use PDF;
$pdf = PDF::loadView('exemplo', [
    'var'    => $var,
]);
return $pdf->download("exemplo.pdf");
```

- Caso queira personalizar o nome do setor, antes de efetuar o loadView, adicione a seguinte linha ao seu controller

```
config(['laravel-fflch-pdf.setor' => "Seção Técnica de Informática"]);
```

- Caso seu arquivo tenha múltiplas páginas, não se esqueça de adicionar a quebra de linha

```

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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 ~150 days

Recently: every ~306 days

Total

10

Last Release

455d ago

### Community

Maintainers

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

---

Top Contributors

[![thiagogomesverissimo](https://avatars.githubusercontent.com/u/908508?v=4)](https://github.com/thiagogomesverissimo "thiagogomesverissimo (13 commits)")[![v1t4o](https://avatars.githubusercontent.com/u/61717001?v=4)](https://github.com/v1t4o "v1t4o (3 commits)")[![ricardfo](https://avatars.githubusercontent.com/u/6991656?v=4)](https://github.com/ricardfo "ricardfo (2 commits)")[![flavialima1007](https://avatars.githubusercontent.com/u/106997311?v=4)](https://github.com/flavialima1007 "flavialima1007 (1 commits)")[![leticialfgo](https://avatars.githubusercontent.com/u/172320191?v=4)](https://github.com/leticialfgo "leticialfgo (1 commits)")[![oFandangos](https://avatars.githubusercontent.com/u/87396319?v=4)](https://github.com/oFandangos "oFandangos (1 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/fflch-laravel-fflch-pdf/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[alperenersoy/filament-export

Customizable export and print functionality for Filament Admin Panel

272328.0k2](/packages/alperenersoy-filament-export)[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.6k2](/packages/offline-oc-mall-plugin)

PHPackages © 2026

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