PHPackages                             shayckspear/leitorofx - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shayckspear/leitorofx

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shayckspear/leitorofx
=====================

leitorofx is simple and ready to read Open Financial Exchange

1.1(5y ago)03MITPHPPHP &gt;=7.2

Since Jul 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/shayckspear/leitorofx)[ Packagist](https://packagist.org/packages/shayckspear/leitorofx)[ Docs](http://www.iw9.com.br)[ RSS](/packages/shayckspear-leitorofx/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

leitorofx
=========

[](#leitorofx)

Leitor simples de OFX modelo extrato bancário Retorna os seguintes campos

- Nome do banco
- Código do banco
- Número da conta
- Data inicial
- Data final
- Transações
    - tipo
    - data
    - valor
    - Débido ou Crédito
    - idunica
    - checknum
    - desc

Como usar:

require('leitorofx/src/leitorofx.php');

$ofxInfo = new LeitorOFX('extrato.ofx');

$ofxInfo-&gt;Banco() //Retorna a descricao do banco

$ofxInfo-&gt;BancoCod() //Retorna o código do banco

$ofxInfo-&gt;Conta() //Retorna a conta

$ofxInfo-&gt;DataInicial() //Retorna a data inicial do extrato no formato AAAAMMDD

$ofxInfo-&gt;DataFinal() //Retorna a data final do extrato no formato AAAAMMDD

$ofxInfo-&gt;Transacoes() //Retorna as transações do extrato em formato de array Para ler todos os dados das transações é precisa usar um foreach ex:

foreach($ofxInfo-&gt;Transacoes() AS $dadosTransacao){ print\_r($dadosTransacao); }

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~0 days

Total

2

Last Release

1830d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7062075?v=4)[Wyllyan Frankllyn](/maintainers/shayckspear)[@shayckspear](https://github.com/shayckspear)

---

Top Contributors

[![shayckspear](https://avatars.githubusercontent.com/u/7062075?v=4)](https://github.com/shayckspear "shayckspear (5 commits)")

---

Tags

Shayckspearleitorofx

### Embed Badge

![Health badge](/badges/shayckspear-leitorofx/health.svg)

```
[![Health](https://phpackages.com/badges/shayckspear-leitorofx/health.svg)](https://phpackages.com/packages/shayckspear-leitorofx)
```

###  Alternatives

[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12239.3k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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