Top Level :: Validate

Package Information: Validate_Finance_CreditCard

Show All Changelogs
» Version » Information
0.5.3Download

Release date: 2008-09-01 17:41 UTC
Release state: alpha

Changelog:

- Deprecated Validate_Finance_CreditCard::Luhn() method
- Bump to package.xml v2.0

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.7.2 or newer
  • PHP Extension: pcre
0.5.2Download

Release date: 2005-11-04 16:35 UTC
Release state: alpha

Changelog:

- Switch to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: pcre
0.5.1Download

Release date: 2005-07-20 14:36 UTC
Release state: alpha

Changelog:

- Added support for Eurocard/Mastercard. Can be referenced by "EuroCard" or "EuroCard/MasterCard" (case-insensitive)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: pcre
0.5.0Download

Release date: 2005-05-20 20:44 UTC
Release state: alpha

Changelog:

- Split from Validate into independent package
- BC break: creditCard() method now named number() and creditCardType() method is now named type()
- Request #2194 Improved CreditCard validation with CreditCard Type check, patch by Philippe
- Added a cvv() method to check card verification value (aka CVV2, CVC, CID, CSC, CIN)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: pcre