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

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

arleyoliveira/extrato-cfe
=========================

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

v1.1.4(5y ago)10762LGPL-3.0-or-later+PHPPHP &gt;= 7.0

Since Dec 18Pushed 5y ago3 watchersCompare

[ Source](https://github.com/ArleyOliveira/extrato-cfe)[ Packagist](https://packagist.org/packages/arleyoliveira/extrato-cfe)[ Docs](https://github.com/ArleyOliveira/extrato-cfe)[ RSS](/packages/arleyoliveira-extrato-cfe/feed)WikiDiscussions master Synced today

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

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

[](#extrato-cf-e)

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

[](#requirements)

- PHP version 7.1 or higher

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

[](#install-with-composer)

```
composer require arleyoliveira/extrato-cfe
```

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

[](#quick-start)

```
use ArleyOliveira\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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~34 days

Total

2

Last Release

1988d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4efe68b9d631d24f34c9166b621dd2281dfe4bf01c8ace5277941d53c108f782?d=identicon)[arley.msn](/maintainers/arley.msn)

---

Top Contributors

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

---

Tags

cfeextrato-cfe

### Embed Badge

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

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

###  Alternatives

[tecnickcom/tc-lib-pdf

PHP PDF Library

1.9k526.8k13](/packages/tecnickcom-tc-lib-pdf)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

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