PHPackages                             bankboleto/boleto - 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. [Payment Processing](/categories/payments)
4. /
5. bankboleto/boleto

ActiveLibrary[Payment Processing](/categories/payments)

bankboleto/boleto
=================

Biblioteca para geração de boletos bancários com suporte a múltiplos bancos.

v1.0.3(1y ago)059MITHTMLPHP &gt;=7.4

Since Apr 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/uoston/Naxtool-BankBoleto)[ Packagist](https://packagist.org/packages/bankboleto/boleto)[ RSS](/packages/bankboleto-boleto/feed)WikiDiscussions master Synced 1mo ago

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

BankBoleto
==========

[](#bankboleto)

Descrição
---------

[](#descrição)

Este projeto é responsável pela geração de boletos bancários, com suporte a múltiplos bancos, incluindo Banco do Brasil, Caixa, Itaú, entre outros.

Estrutura do Projeto
--------------------

[](#estrutura-do-projeto)

- **src/BankBoleto/**: Contém as classes principais para geração de boletos.
- **resources/**: Contém os recursos estáticos, como imagens e templates.
- **vendor/**: Dependências gerenciadas pelo Composer.

Requisitos
----------

[](#requisitos)

- PHP 7.4 ou superior
- Composer

Instalação
----------

[](#instalação)

1. Clone o repositório: ```
    git clone
    ```
2. Instale as dependências: ```
    composer install
    ```

Uso
---

[](#uso)

Para integrar este projeto em um sistema maior, adicione o seguinte ao seu `composer.json`:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "caminho/para/o/projeto/boleto"
        }
    ],
    "require": {
        "bankboleto/boleto-teste": "*"
    }
}
```

Em seguida, execute:

```
composer update
```

Integração
----------

[](#integração)

Para integrar este projeto em um sistema maior, adicione o seguinte ao seu `composer.json` do projeto principal:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/seu-usuario/boleto"
        }
    ],
    "require": {
        "bankboleto/boleto": "^1.0"
    }
}
```

Em seguida, execute:

```
composer update
```

Certifique-se de que o autoload do Composer esteja configurado no projeto principal para carregar as classes do pacote.

Autores
-------

[](#autores)

- Uoston

Licença
-------

[](#licença)

Este projeto está licenciado sob a licença MIT.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance49

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Total

4

Last Release

376d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e457b7d613f74773849816eb68bcbd1fd284149347078decc0e5fb30f22a5e0d?d=identicon)[uoston](/maintainers/uoston)

---

Top Contributors

[![uoston](https://avatars.githubusercontent.com/u/9766877?v=4)](https://github.com/uoston "uoston (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bankboleto-boleto/health.svg)

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

###  Alternatives

[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)

PHPackages © 2026

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