PHPackages                             phillarmonic/pixicato-bundle - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. phillarmonic/pixicato-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

phillarmonic/pixicato-bundle
============================

A Symfony bundle for validating Brazilian PIX keys.

1.0.2(1y ago)315.2k↑452.8%1[1 issues](https://github.com/Phillarmonic/pixicato-bundle/issues)[1 PRs](https://github.com/Phillarmonic/pixicato-bundle/pulls)MITPHPPHP ^8.1

Since Sep 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Phillarmonic/pixicato-bundle)[ Packagist](https://packagist.org/packages/phillarmonic/pixicato-bundle)[ RSS](/packages/phillarmonic-pixicato-bundle/feed)WikiDiscussions master Synced 3w ago

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

PIXicato Bundle
===============

[](#pixicato-bundle)

A Symfony bundle for validating Brazilian PIX keys.

Pluck the right key every time :)

Installation
------------

[](#installation)

```
composer require phillarmonic/pixicato-bundle
```

Usage
-----

[](#usage)

### Validating a PIX key

[](#validating-a-pix-key)

```
use Phillarmonic\PIXicato\PixKey;

$pixKey = new PixKey('example@email.com');
if ($pixKey->isValid()) {
    echo "Valid PIX key of type: " . $pixKey->getType()->value;
} else {
    echo "Invalid PIX key";
}

// You can do it in a one-liner too
echo (new PixKey('example@example.com'))->isValid() ? 'Valid' : 'Invalid';
```

### Using the Symfony validator

[](#using-the-symfony-validator)

```
use Phillarmonic\PIXicato\Validator\Constraints as PIXAssert;

class User
{
    #[PIXAssert\ValidPixKey(
        message: 'This is not a valid PIX key.',
        expectedType: 'email'
    )]
    private string $pixKey;

    // ...
}
```

Supported PIX key types
-----------------------

[](#supported-pix-key-types)

- CPF
- CNPJ
- Email
- Phone number

License
-------

[](#license)

This library is released under the MIT License. See the bundled LICENSE file for details.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

628d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/160736656?v=4)[Phillarmonic Software](/maintainers/phillarmonic)[@phillarmonic](https://github.com/phillarmonic)

---

Top Contributors

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

---

Tags

symfonyvalidationemailphonebrazilpixcpfcnpj

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/phillarmonic-pixicato-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/phillarmonic-pixicato-bundle/health.svg)](https://phpackages.com/packages/phillarmonic-pixicato-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M374](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k2](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

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