PHPackages                             thyago.pacher/pix-link - 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. thyago.pacher/pix-link

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

thyago.pacher/pix-link
======================

Gerador de qrcode PIX-LINK.

v1.1.0(4mo ago)42MITPHPPHP ^8.4CI failing

Since Dec 14Pushed 1mo agoCompare

[ Source](https://github.com/thyagopacher/pix-link)[ Packagist](https://packagist.org/packages/thyago.pacher/pix-link)[ RSS](/packages/thyagopacher-pix-link/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (13)Used By (0)

Gera Qrcode PIX via PHP
-----------------------

[](#gera-qrcode-pix-via-php)

Sem dependências gerais para qualquer pacote a mais.

-Requisitos PHP 8.4

-Depende da lib chillerlan/php-qrcode é usado unicamente para converter o texto para QrCode.

Instalação (rápido)
-------------------

[](#instalação-rápido)

Entrar no bash com o comando, ele irá baixar tudo o necessário para usar em seu projeto

```
composer require thyago.pacher/pix-link
```

Exemplo de geração do QrCode .
------------------------------

[](#exemplo-de-geração-do-qrcode-)

[![Exemplo de QR Code Pix](docs/qrcode-pix-link.png)](docs/qrcode-pix-link.png)

Código usado para geração de QrCode PIX - no padrão Febrapan

```
$chave = 'xxxx'; // chave aleatória
$nome = 'THYAGO HENRIQUE PACHER';
$cidade = 'PONTA GROSSA';
$valor = 1.65;
$width = 360;
$height = 360;
echo (new PixQrcode)->chavePix($chave)
    ->nomeRecebedor($nome)
    ->cidade($cidade)
    ->valor($valor)
    ->gerar($width, $height);

```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance87

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

11

Last Release

144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7904e30f2bb733f2928bf48a23fe16fc578984943f958ce7656aed05b7206ad?d=identicon)[thyago.pacher](/maintainers/thyago.pacher)

---

Top Contributors

[![thyagopacher](https://avatars.githubusercontent.com/u/7831962?v=4)](https://github.com/thyagopacher "thyagopacher (22 commits)")

---

Tags

composercomposer-librarylibphppixpix-paymentqrcode

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thyagopacher-pix-link/health.svg)

```
[![Health](https://phpackages.com/badges/thyagopacher-pix-link/health.svg)](https://phpackages.com/packages/thyagopacher-pix-link)
```

###  Alternatives

[kriansa/openboleto

Biblioteca para geração de boletos bancários.

6142.2M2](/packages/kriansa-openboleto)[salla/zatca

A helper to generate the QR code and signed it for ZATCA e-invoicing

159416.7k2](/packages/salla-zatca)[open-southeners/laravel-companion-apps

Extend your Laravel applications with companions apps (Android, iOS, PWA...)

233.9k](/packages/open-southeners-laravel-companion-apps)

PHPackages © 2026

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