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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. fflch/laravel-fflch-pdf

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

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

fflch pdf for laravel

1.0.9(1y ago)02224GPL-2.0-or-laterBlade

Since May 28Pushed 11mo 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 3w 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

36

—

LowBetter than 79% of packages

Maintenance46

Moderate activity, may be stable

Popularity15

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

500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40828664?v=4)[Faculdade de Filosofia, Letras e Ciências Humanas - Universidade de São Paulo](/maintainers/fflch)[@fflch](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[42coders/document-templates

Document template management package.

19940.0k](/packages/42coders-document-templates)[renatio/dynamicpdf-plugin

October HTML to PDF converter using dompdf library.

3013.4k3](/packages/renatio-dynamicpdf-plugin)[fleetbase/fleetops-api

Fleet &amp; Transport Management Extension for Fleetbase

1728.1k5](/packages/fleetbase-fleetops-api)[eve/pdf-converter

Laravel package to convert HTML to PDF, supporting multiple drivers.

114.1k](/packages/eve-pdf-converter)

PHPackages © 2026

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