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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jongotlin/bank-account-bundle
=============================

1.2.1(4y ago)08.7kMITPHPPHP ^7.0CI failing

Since May 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/jongotlin/BankAccountBundle)[ Packagist](https://packagist.org/packages/jongotlin/bank-account-bundle)[ RSS](/packages/jongotlin-bank-account-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

BankAccountBundle
=================

[](#bankaccountbundle)

This Symfony Bundle uses [github.com/byrokrat/banking](https://github.com/byrokrat/banking) to validate swedish bank account numbers.

Install
-------

[](#install)

Via Composer

```
$ composer require jongotlin/bank-account-bundle
```

```
class AppKernel extends Kernel
{
  public function registerBundles()
  {
    $bundles = array(
        // ...
        new JGI\BankAccountBundle\BankAccountBundle(),
    }
  }
}
```

Usage
-----

[](#usage)

```
use JGI\BankAccountBundle\Validator\Constraints as BankAccountAssert;

/**
 * @BankAccountAssert\BankAccount
 */
private $bankAccount;
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

1583d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cc25aa1a5dad773350b590c5d53b6e862267aaf311144e2134037b53a30bf99?d=identicon)[jongotlin](/maintainers/jongotlin)

---

Top Contributors

[![jongotlin](https://avatars.githubusercontent.com/u/165154?v=4)](https://github.com/jongotlin "jongotlin (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jongotlin-bank-account-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jongotlin-bank-account-bundle/health.svg)](https://phpackages.com/packages/jongotlin-bank-account-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)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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