PHPackages                             fernandomelo/extrato-cfe - 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. fernandomelo/extrato-cfe

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

fernandomelo/extrato-cfe
========================

Cria extrato da CF-e para exportar em PDF e HTML

v2.0(2y ago)021LGPL-3.0-or-later+PHPPHP &gt;= 8.2

Since Oct 26Pushed 2y agoCompare

[ Source](https://github.com/fernandoMelo/extrato-cfe)[ Packagist](https://packagist.org/packages/fernandomelo/extrato-cfe)[ Docs](https://github.com/fernandoMelo/extrato-cfe)[ RSS](/packages/fernandomelo-extrato-cfe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Extrato CF-e
============

[](#extrato-cf-e)

Requirements
------------

[](#requirements)

- PHP version 8.2 or higher

Install with composer
---------------------

[](#install-with-composer)

```
composer require fernandoMelo/extrato-cfe
```

Quick Start
-----------

[](#quick-start)

```
use FernandoMelo\CFe\Extrato;

$xml = __DIR__ . 'path_to_xml';

$logo = __DIR__ . 'path_to_logo';

$infoConsultaAplicativo = "Informação para consulta do QrCode via aplicativo utilizado no estado";

$extrato = new Extrato($xml, $logo, $infoConsultaAplicativo);

//Obtêm extrato em HTML
$html = $extrato->html();

//Obtêm extrato em PDF
$pdf = $extrato->pdf();

//Realiza download do extrato em PDF
$extrato->pdf(true);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.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

Unknown

Total

1

Last Release

927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13e7c9ecabe69f3a2cf2a787556420c61ebc44455ffc885d616771bbf1e58516?d=identicon)[fernandoMelo](/maintainers/fernandoMelo)

---

Top Contributors

[![arleyoliveira](https://avatars.githubusercontent.com/u/12705010?v=4)](https://github.com/arleyoliveira "arleyoliveira (24 commits)")[![fernandoMelo](https://avatars.githubusercontent.com/u/16583088?v=4)](https://github.com/fernandoMelo "fernandoMelo (3 commits)")

### Embed Badge

![Health badge](/badges/fernandomelo-extrato-cfe/health.svg)

```
[![Health](https://phpackages.com/badges/fernandomelo-extrato-cfe/health.svg)](https://phpackages.com/packages/fernandomelo-extrato-cfe)
```

###  Alternatives

[barryvdh/laravel-dompdf

A DOMPDF Wrapper for Laravel

7.3k87.6M276](/packages/barryvdh-laravel-dompdf)[tecnickcom/tc-lib-pdf

PHP PDF Library

1.8k452.3k7](/packages/tecnickcom-tc-lib-pdf)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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