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

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

sleifer/boleto
==============

Gerar código de barras de boleto ou arrecadação

057PHP

Since Sep 22Pushed 3mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Boleto
======

[](#boleto)

Classe para geração de código de barras (boleto e arrecadação) em php

Modo de usar
============

[](#modo-de-usar)

use sleifer\\boleto\\Boleto;

$bar = '03399.58159 43600.000319 25146.301012 6 91140000044315';
$bar = '83630000020-2 45790006000-7 00101202243-8 54187880603-6';

```
$boleto = new Boleto($bar);
if(!$boleto->getError()){
    echo $boleto->getBarCode();
}else{
    echo $boleto->getError();
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance54

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ab27306e8213792a11350fd13c73c29a4b83285128f9609c70821910eba02e8?d=identicon)[sleifer](/maintainers/sleifer)

---

Top Contributors

[![ismaelsleifer](https://avatars.githubusercontent.com/u/6524272?v=4)](https://github.com/ismaelsleifer "ismaelsleifer (12 commits)")

### Embed Badge

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

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

###  Alternatives

[bagisto/laravel-datafaker

Create fake customers, categories and products in Bagisto.

24292.9k2](/packages/bagisto-laravel-datafaker)

PHPackages © 2026

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