Skip to content

Releases: freelancehunt/php-credit-card-validator

Add Elo cards support

16 Jan 08:16
1cf0b83
Compare
Choose a tag to compare
Merge pull request #19 from freelancehunt/change-travis-url

Change Travis CI url

3.2.1

03 Feb 14:43
Compare
Choose a tag to compare

Change deprecated syntax to substr function.

3.2.0: Replace Depreciated Curly Braces with Brackets (#8)

03 Feb 12:34
422250e
Compare
Choose a tag to compare
  • Require php >= 7.2
  • Fix php 7.4 deprecations
  • Add tests for php 7.4

Allow card number validation against several types

06 Dec 16:30
3059990
Compare
Choose a tag to compare
Merge pull request #7 from freelancehunt/multiple-card-types-validation

Allow pass multiple card types for validation. Declare constants for card types.

3.0.0: Merge pull request #5 from freelancehunt/flatten-package

06 Dec 09:05
4b53216
Compare
Choose a tag to compare
  • Breaking change: change package name to Freelancehunt\Validators
  • Add version and PHP version badges
  • Reorder author list
  • Updated README and lib-pcre version requirement according to http://php.net/manual/ru/pcre.installation.php.

2.0.0

05 Dec 19:45
Compare
Choose a tag to compare
  • Require php >= 7.1
  • Move to codecov for code coverage
  • Support 19-digit VISA cards
  • Support Mastercard 2-series BINs
  • Code style updates