Home » Validate » Validate_Finance
Validation class for Finance
This package is unmaintained.
Download latest release 0.5.6 (archived versions might be outdated)
License: PHP License
Description
Package to validate numbers/checksums/... that have to do with financial data. It currently includes checks for:
* IBAN (International Bank Account Number, used for international bankwire transfers)
* ISIN (International Securities Identification Number, identification number used for stocks)
* identification-numbers found on Euro banknotes
Maintainers
- Stefan Neufeind (neufeind) — lead, active
- Aaron Wormus (wormus) — lead, active
Dependencies
Required
- PHP (>= 4.2.0)
- PEAR Installer (>= 1.4.0b1)
- Validate (>= 0.5.0)
Releases
- 0.5.6 (alpha, 2012-04-13)
Release notes
License: PHP License
QA release
Bug #17412 Fatal error: Call to undefined method Validate_Finance_IBAN::iserror() - 0.5.5 (alpha, 2009-09-29)
Release notes
License: PHP License
- changed license to PHP 3.01
- coding-style fixes
- code-improvements from #13007 submitted by kguest as part of a patch
- IBAN: dropped support for CS (Serbia and Montenegro) - no longer exists
- IBAN: added support for IL (Israel), MC (Monaco), ME (Montenegro), MU (Mauritius), SM (San Marino), RS (Serbia) - 0.5.4 (alpha, 2007-03-27)
Release notes
License: New BSD
- added ISIN validation (thanks to Stephan Jakoubek)
- 0.5.3 (alpha, 2006-06-09)
Release notes
License: New BSD
- added IBAN-check for Bulgaria
- extended and corrected tests - 0.5.2 (alpha, 2006-05-01)
Release notes
License: New BSD
- added missing countries (which were added later to IBAN-system)
- added more IBANs for checks
- several corrections (typos, ...) - 0.5.1 (alpha, 2005-11-04)
Release notes
License: New BSD
- Switch to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php) - 0.5.0 (alpha, 2005-05-20)
Release notes
License: New BSD
- split from Validate into independent package
- removed apiVersion function from IBAN
- make it depends on Validate >= 0.5.0
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #5197 | Closed | Req | 2005-08-24 | description of package is vague... request full explanation | |
| #8796 | Closed | Bug | 0.5.3 | 2006-09-26 | bug in getBankaccount() |
| #12058 | Closed | Bug | CVS | 2007-09-16 | coding standard errors |
| #13007 | Open | Req | 0.5.5 | 2008-01-30 | No hardcoding of country names |
| #17412 | Closed | Bug | 0.5.5 | 2010-05-19 | Fatal error: Call to undefined method Validate_Finance_IBAN::iserror() |