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

ActiveLibrary

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

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

v1.1.4(5y ago)10752LGPL-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 1mo ago

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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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

1936d 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

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

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