PHPackages                             kmukku/php-iso11649 - 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. kmukku/php-iso11649

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

kmukku/php-iso11649
===================

ISO 11649 creditor reference library for php

1.6(6y ago)122.0M—0.3%5[4 issues](https://github.com/kmukku/php-iso11649/issues)[2 PRs](https://github.com/kmukku/php-iso11649/pulls)1MITPHPPHP &gt;=5.4.0CI failing

Since Mar 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/kmukku/php-iso11649)[ Packagist](https://packagist.org/packages/kmukku/php-iso11649)[ Docs](https://github.com/kmukku/php-iso11649)[ RSS](/packages/kmukku-php-iso11649/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (5)Used By (1)

php-iso11649
============

[](#php-iso11649)

ISO 11649:2009 RF creditor reference library for PHP

Inspired by nruotsal/node-iso11649.

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

[](#installation)

php composer require kmukku/php-iso11649:dev-master

### Generating RF creditor reference

[](#generating-rf-creditor-reference)

RF creditor reference can be generated from existing reference.

Existing reference characteristics:

- Contain only numbers 0-9 and/or characters A-Z (example AB2G5 =&gt; RF68 AB2G 5).
- Max length 21 characters.
- Not case sensitive (example aB2g5 =&gt; RF68 AB2G 5).
- Can be string with spaces (example '12345 12345' =&gt; RF45 1234 5123 45).

```
  use kmukku\phpIso11649\phpIso11649;

  $referenceGenerator = new phpIso11649();
  echo $referenceGenerator->generateRfReference('1234512345',true);
  // => RF45 1234 5123 45

  echo $referenceGenerator->generateRfReference('1234512345',false);
  // => RF451234512345

```

### Validating RF creditor reference

[](#validating-rf-creditor-reference)

Valid RF creditor reference characteristics:

- Must start with characters RF.
- Must contain two checksum numbers in indexes 3 and 4.
- Max length 25 characters.
- Reference part must follow rules described in 'Existing reference characteristics' section.

```
  use kmukku\phpIso11649\phpIso11649;

  $referenceGenerator = new phpIso11649();
  $referenceGenerator->validateRfReference('RF45 1234 5123 45');
  // => true

```

Release History
---------------

[](#release-history)

- 1.0.0
    - Initial release

Collaboration
-------------

[](#collaboration)

### Run Tests

[](#run-tests)

```
  vendor/bin/phpunit

```

or

```
  vendor/bin/phpunit --testsuite=unit

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.2% 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 ~376 days

Total

4

Last Release

2219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2962db2e75943b34362c7e814c78a6f1e0e8260ba97086ba5391c95f1d7fda7e?d=identicon)[kmukku](/maintainers/kmukku)

---

Top Contributors

[![kmukku](https://avatars.githubusercontent.com/u/5237035?v=4)](https://github.com/kmukku "kmukku (41 commits)")[![EdwardCaulfield](https://avatars.githubusercontent.com/u/2613598?v=4)](https://github.com/EdwardCaulfield "EdwardCaulfield (1 commits)")[![glenncoppens](https://avatars.githubusercontent.com/u/2539651?v=4)](https://github.com/glenncoppens "glenncoppens (1 commits)")[![sprain](https://avatars.githubusercontent.com/u/260361?v=4)](https://github.com/sprain "sprain (1 commits)")

---

Tags

financeBankingISO 11649RF creditor reference

### Embed Badge

![Health badge](/badges/kmukku-php-iso11649/health.svg)

```
[![Health](https://phpackages.com/badges/kmukku-php-iso11649/health.svg)](https://phpackages.com/packages/kmukku-php-iso11649)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[torann/currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.

4081.1M6](/packages/torann-currency)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42101.1k](/packages/danielme85-laravel-cconverter)

PHPackages © 2026

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