Home » Validate » Validate_FI
Validation class for Finland
This package is unmaintained.
Download latest release 1.0.0 (archived versions might be outdated)
License: New BSD
Description
Package containes locale validation for Finland such as:
* Postal Code
* Telephone Number
* Car License Plate Number
* Motorbike License Plate Number
* Personal Identity Number (HETU)
* Unique Identification Number (SATU)
* Business ID Number (Y-tunnus)
* Party Identification Number (OVT-tunnus)
* Value Added Tax Number (ALV-numero)
* Bank Account Number (tilinumero)
* Bank Reference Number (viitenumero)
* Credit Card Number
Documentation
Maintainers
- Jani Mikkonen (janisto) — lead, active
Dependencies
Required
- PHP (>= 4.0.1)
- PEAR Installer (>= 1.4.0)
Releases
- 1.0.0 (stable, 2010-08-21)
Release notes
License: New BSD
* Package has been stable for a long time and now it's compatible with PHP 5.3.
* Fix Bug #17776: Uses deprecated functions ereg() and ereg_replace()
* Fix Bug #17775: Uses deprecated function split()
* Fix Bug #17756: Avoiding ereg
* Fix Bug #11531: phpcs/codesniffer found 91 errors and 14 warnings in FI.php
* tests should run ok when run in SVN directory - 0.4.0 (beta, 2007-07-05)
Release notes
License: New BSD
- carLicensePlate(): Added new chars and first or only number cannot be zero.
- bikeLicensePlate(): Added new chars and first or only number cannot be zero.
- Added new unit tests. Thanks to Markku Uttula. - 0.3.0 (beta, 2007-06-01)
Release notes
License: New BSD
- Minor changes in documentation + copyright
- Check Code fixes (Variable 'regs' is used before it was assigned.).
- Move to beta - 0.2.0 (alpha, 2006-11-08)
Release notes
License: New BSD
- BC break: Renamed carReg() to carLicensePlate()
- BC break: Renamed bikeReg() to bikeLicensePlate()
- BC break: pin() retuns array containing gender and date of birth if optional param is true
- Fixed some typos and rewrote parts of the code
- Added unit tests for all public methods
- Proper API documentation
- Change package.xml to version 2
- Removed str_pad extension requirement (typo) - 0.1.0 (alpha, 2006-10-26)
Release notes
License: New BSD
- Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #11745 | Closed | Bug | CVS | 2007-08-02 | phpcs/codesniffer found 91 errors & 14 warnings in FI.php |
| #17775 | Closed | Bug | 0.4.0 | 2010-08-21 | Uses deprecated function split() |
| #17776 | Closed | Bug | SVN | 2010-08-21 | Uses deprecated functions ereg() and ereg_replace() |