Download the PHP package kmukku/php-iso11649 without Composer
On this page you can find all versions of the php package kmukku/php-iso11649. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kmukku/php-iso11649
More information about kmukku/php-iso11649
Files in kmukku/php-iso11649
Download kmukku/php-iso11649
More information about kmukku/php-iso11649
Files in kmukku/php-iso11649
Vendor kmukku
Package php-iso11649
Short Description ISO 11649 creditor reference library for php
License MIT
Homepage https://github.com/kmukku/php-iso11649
Package php-iso11649
Short Description ISO 11649 creditor reference library for php
License MIT
Homepage https://github.com/kmukku/php-iso11649
Please rate this library. Is it a good library?
Informations about the package php-iso11649
php-iso11649
ISO 11649:2009 RF creditor reference library for PHP
Inspired by nruotsal/node-iso11649.
Installation
php composer require kmukku/php-iso11649:dev-master
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 => RF68 AB2G 5).
- Max length 21 characters.
- Not case sensitive (example aB2g5 => RF68 AB2G 5).
- Can be string with spaces (example '12345 12345' => RF45 1234 5123 45).
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.
Release History
- 1.0.0
- Initial release
Collaboration
Run Tests
or
All versions of php-iso11649 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package kmukku/php-iso11649 contains the following files
Loading the files please wait ....