Download the PHP package digitonic/validation without Composer
On this page you can find all versions of the php package digitonic/validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitonic/validation
More information about digitonic/validation
Files in digitonic/validation
Package validation
Short Description A Laravel custom validation package with some out of the box validators.
License MIT
Homepage https://github.com/digitonic/validation
Informations about the package validation
Digitonic Validation
This package will provide some custom validation out of the box in one single package. Using a configuration, you may create your own custom validations.
Installation
You can install the package via composer:
Publish the config
Validators keys
Allowed Recipients
This validator will check for the validity of a given mobile phone number in a configured country.
CSV
This validator will check the contents of a given CSV has at least one valid row.
Phone Number Index
This validator will check the contents of a passed CSV file for a given key and validate that this value is a valid mobile phone number within a configured country.
Password Validation
Check to ensure a validated string contains one or more uppercase characters.
Check to ensure a validated string contains one or more lowercase characters.
Check to ensure a validated string contains one or more numeric characters.
Check to ensure a validated string contains one or more special characters.
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
- Yannick Glade
- Chris Crawford
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of validation with dependencies
giggsey/libphonenumber-for-php Version 8.*
illuminate/support Version 7.*|8.*|9.*|10.*|11.*
league/csv Version 9.*