laravel-validation-rules/credit-card
Validate credit card number, expiration date, cvc
时间:2026-01-04 11:13
horat1us/luhn-algorithm
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
时间:2025-06-11 12:51
rafaellimareis/credit-card
Validate credit card number, expiration date, cvc
时间:2025-02-04 20:24
ridwanpr/string-masker
A php library for masking sensitive data (e.g., credit card numbers, emails, etc.) based on specific patterns.
时间:2024-10-24 04:23
thewebsolver/luhn-algorithm
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
时间:2024-09-12 06:06
designbycode/credit-card-validator
The Credit Card Validator package provides a set of classes to validate credit card numbers, expiry dates, and CVV codes. This package is designed to help you ensure that the credit card information provided by users is valid and accurate.
时间:2024-06-29 22:51
designbycode/luhn-algorithm
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
时间:2024-06-19 14:24
notch/credit-card
Validate credit card number, expiration date, cvc
时间:2024-03-20 21:16
yupmin/magoo
PHP library to mask (redact) credit card numbers, emails and more.
时间:2022-10-18 06:21
stocker4all/luhn-mod-n
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.
时间:2017-11-02 17:07
nekman/luhn-algorithm
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
时间:2014-03-13 13:54
ronanguilloux/isocodes
PHP library - Validators for standards from ISO, International Finance, Public Administrations, GS1, Book and Music Industries, Phone numbers & Zipcodes for many countries
时间:2012-10-13 13:21