Download the PHP package phly/phly-rule-validation without Composer
On this page you can find all versions of the php package phly/phly-rule-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phly/phly-rule-validation
More information about phly/phly-rule-validation
Files in phly/phly-rule-validation
Download phly/phly-rule-validation
More information about phly/phly-rule-validation
Files in phly/phly-rule-validation
Vendor phly
Package phly-rule-validation
Short Description Simple rule-based validation framework
License BSD-2-Clause
Package phly-rule-validation
Short Description Simple rule-based validation framework
License BSD-2-Clause
Keywords validation
Please rate this library. Is it a good library?
Informations about the package phly-rule-validation
phly/phly-rule-validation
This library provides a barebones validation framework.
Goals of this library
The explicit goals of this library are:
- Provide an idempotent way to validate individual items and/or data sets.
- Provide an extensible framework for developing validation rules.
- Allow handling optional data, with default values.
- Allow reporting validation error messages.
- Ensure missing required values are reported as validation failures.
- Use as few dependencies as possible.
Non-goals:
- Creating an extensive set of validation rule classes.
- Providing extensive mechanisms for validating and returning nested data sets.
- Providing a configuration-driven mechanism for creating rule sets.
- Providing HTML form input representations or all metadata required to create HTML form input representations.
Installation
Basic Usage
Documentation
Please see the documentation tree (docs/).
All versions of phly-rule-validation with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.2.0 || ~8.3.0
The package phly/phly-rule-validation contains the following files
Loading the files please wait ....