PHPackages                             wandesnet/qrcode-pix-laravel - 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. wandesnet/qrcode-pix-laravel

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

wandesnet/qrcode-pix-laravel
============================

Generate QRCode Pix in Laravel

1.0.2(2y ago)2362MITPHPPHP ^8.1.0

Since Sep 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wandesnet/qrcode-pix-laravel)[ Packagist](https://packagist.org/packages/wandesnet/qrcode-pix-laravel)[ RSS](/packages/wandesnet-qrcode-pix-laravel/feed)WikiDiscussions main Synced 1mo ago

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

Introdução
----------

[](#introdução)

Este pacote foi implementado inspirado no repositório do **Renato Monteiro Batista** disponível [aqui](https://github.com/renatomb/php_qrcode_pix)

O objetivo deste pacote é facilitar a geração de QRCode para pagamentos via PIX.

Required
--------

[](#required)

- **PHP 8.1+**
- **Laravel 10.0+**

Instalação via composer
-----------------------

[](#instalação-via-composer)

```
composer require wandesnet/qrcode-pix-laravel

```

Usage
-----

[](#usage)

```
use WandesCardoso\Pix\Facades\Pix;
use WandesCardoso\Pix\Enums\TypeKey;

    $pix = Pix::make(
        typeKey: TypeKey::EMAIL,
        key: 'wandes2030@gmail.com',
        amount: 12,
        recipient: 'Wandes Cardoso',
        identification: '12345678901',
        city: 'Corrente',
        description: 'Pagamento do pedido',
        isUniquePayment: false
    );

    $pix->getQrCode(); //gera a imagem do QRCode em base64

    $pix->generateCopyPasteCode(); //gera o código copiar e colar
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Tests
-----

[](#tests)

```
./vendor/bin/pest

```

License MIT. Please see the [license file](LICENSE.md) for more information.
----------------------------------------------------------------------------

[](#license-mit-please-see-the-license-file-for-more-information)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

3

Last Release

963d ago

### Community

Maintainers

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

---

Top Contributors

[![wandesnet](https://avatars.githubusercontent.com/u/6696213?v=4)](https://github.com/wandesnet "wandesnet (6 commits)")

---

Tags

phpqr codepixqr code laravelQR Code Pixphp qr code pixlaravel pix

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wandesnet-qrcode-pix-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/wandesnet-qrcode-pix-laravel/health.svg)](https://phpackages.com/packages/wandesnet-qrcode-pix-laravel)
```

###  Alternatives

[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[imanghafoori/laravel-nullable

A package to help you write expressive defensive code in a functional manner

151423.7k6](/packages/imanghafoori-laravel-nullable)[zxing/qr-reader

PHP qr code reader library

7542.7k1](/packages/zxing-qr-reader)[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)[verschuur/laravel-robotstxt

Set the robots.txt content dynamically based on the Laravel app environment.

43402.6k1](/packages/verschuur-laravel-robotstxt)[amirezaeb/heroqr

A Powerful QR Code Management Library For PHP

9510.3k](/packages/amirezaeb-heroqr)

PHPackages © 2026

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