Download the PHP package danielebarbaro/laravel-credit-card-validator without Composer
On this page you can find all versions of the php package danielebarbaro/laravel-credit-card-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danielebarbaro/laravel-credit-card-validator
More information about danielebarbaro/laravel-credit-card-validator
Files in danielebarbaro/laravel-credit-card-validator
Package laravel-credit-card-validator
Short Description laravel-credit-card-validator is a package to validate a credit card number.
License MIT
Homepage https://github.com/danielebarbaro/laravel-credit-card-validator
Informations about the package laravel-credit-card-validator
Laravel Credit Card validator
laravel-credit-card-validator is a package to validate credit card number usign Luhn Algo .
Installation
You can install the package via composer:
The package will automatically register itself.
Usage
Validation
The package registers a new validation rule.
credit_card_number
Alternatively, you can also use the Rule
directly.
Translations
Just add and customize validation strings in resources/lang/en/validation.php
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Daniele Barbaro
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-credit-card-validator with dependencies
illuminate/contracts Version 5.*|6.*|7.*|8.*
illuminate/support Version 5.*|6.*|7.*|8.*