Download the PHP package kasperh90/symfony-extra-constraints without Composer
On this page you can find all versions of the php package kasperh90/symfony-extra-constraints. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kasperh90/symfony-extra-constraints
More information about kasperh90/symfony-extra-constraints
Files in kasperh90/symfony-extra-constraints
Download kasperh90/symfony-extra-constraints
More information about kasperh90/symfony-extra-constraints
Files in kasperh90/symfony-extra-constraints
Vendor kasperh90
Package symfony-extra-constraints
Short Description A collection of additional validation constraints for the Symfony Validator component
License MIT
Homepage https://github.com/kasperh90/symfony-extra-constraints
Package symfony-extra-constraints
Short Description A collection of additional validation constraints for the Symfony Validator component
License MIT
Homepage https://github.com/kasperh90/symfony-extra-constraints
Please rate this library. Is it a good library?
Informations about the package symfony-extra-constraints
Symfony Extra Constraints
A collection of additional validation constraints for the Symfony Validator component.
Installation
Usage
Import the constraints:
Sum
Validates that the sum of a collection of numeric values meets a given constraint.
Options
exactly: Require the sum to equal a specific valuemin: Require the sum to be greater than or equal to a valuemax: Require the sum to be less than or equal to a value
Average
Validates that the average of a collection of numeric values meets a given constraint.
Options
exactly: Require the average to equal a specific valuemin: Require the average to be greater than or equal to a valuemax: Require the average to be less than or equal to a value
License
This package is licensed under the MIT License. See the LICENSE file for details.
All versions of symfony-extra-constraints with dependencies
PHP Build Version
Package Version
The package kasperh90/symfony-extra-constraints contains the following files
Loading the files please wait ...