Download the PHP package cyberfusion/validation-rules without Composer
On this page you can find all versions of the php package cyberfusion/validation-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cyberfusion/validation-rules
More information about cyberfusion/validation-rules
Files in cyberfusion/validation-rules
Download cyberfusion/validation-rules
More information about cyberfusion/validation-rules
Files in cyberfusion/validation-rules
Vendor cyberfusion
Package validation-rules
Short Description A set of validation rules available for all Laravel projects at Cyberfusion
License Proprietary
Package validation-rules
Short Description A set of validation rules available for all Laravel projects at Cyberfusion
License Proprietary
Please rate this library. Is it a good library?
Informations about the package validation-rules
php-cyberfusion-validation-rules
Library with general-purpose validation rules.
Install
Composer
Run the following command to install the package from Packagist:
composer require cyberfusion/validation-rules
Usage
Rules
Cidr
Valid CIDR notation (e.g. 127.0.0.0/32
).
CommonName
Valid common name (e.g. example.com
or sub.example.com
).
CronExpression
Valid cron expression (e.g. 0 0 1 1 *
).
Translations
The package includes English and Dutch translations.
Publish them using the following command:
php artisan vendor:publish --provider="Cyberfusion\ValidationRules\ValidationRulesServiceProvider" --tag="translations"
All versions of validation-rules with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
dragonmantank/cron-expression Version ^3.3
illuminate/support Version ^10.12|^11.0
s1lentium/iptools Version ^1.2
dragonmantank/cron-expression Version ^3.3
illuminate/support Version ^10.12|^11.0
s1lentium/iptools Version ^1.2
The package cyberfusion/validation-rules contains the following files
Loading the files please wait ....