2017 © Pedro Peláez
 

library php-iso7064

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

image

globalcitizen/php-iso7064

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  • Friday, February 19, 2016
  • by globalcitizen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 297 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

php-iso7064

This is a reference implementation of the various 'pure' ISO7064 algorithms in PHP. It is 100% generated code, from algorithm metadata. Note that the 'hybrid' algorithms are not implemented., (*1)

Build Status Latest Stable Version License, (*2)

Algorithms implemented

Algorithm Function name Input Output
ISO/IEC 7064, MOD 11-2 iso7064_mod11_2() Numeric 1 x Alphanumeric
ISO/IEC 7064, MOD 37-2 iso7064_mod37_2() Alphanumeric 1 x Alphanumeric
ISO/IEC 7064, MOD 97-10 iso7064_mod97_10() Numeric 2 x Numeric
ISO/IEC 7064, MOD 661-26 iso7064_mod661_26() Alphabetic 2 x Alphabetic
ISO/IEC 7064, MOD 1271-36 iso7064_mod1271_36() Alphanumeric 2 x Alphanumeric

History

August 2020 * Version 1.0.1 released: Various edge case fixes by neo954. Thanks!, (*3)

February 2016 * Version 1.0.0 released: First stable release passing tests. * Version 0.1.2 released: On the way to functionality. * Version 0.1.1 released: Syntax error resolved. * Version 0.1.0 released: Absolutely and completely untested! :), (*4)

Inspiration was @danieltwager's ISO7064 Java Library and the pressing need to auto-detect checksum algorithms for php-iban. Annoyingly, there didn't seem to be any way to define normal functions dynamically in PHP, so I had to settle for code generation instead of a reflective implementation., (*5)

The Versions

19/02 2016

dev-master

9999999-dev

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  Sources   Download

LGPL-3.0

18/02 2016

v1.0.0

1.0.0.0

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  Sources   Download

LGPL-3.0

18/02 2016

v0.1.2

0.1.2.0

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  Sources   Download

LGPL-3.0

18/02 2016

v0.1.1

0.1.1.0

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  Sources   Download

LGPL-3.0

18/02 2016

v0.1.0

0.1.0.0

php-iban is a library implementing the pure ISO/IEC 7064 checksum functions.

  Sources   Download

LGPL-3.0