Download the PHP package siriusphp/validation without Composer
On this page you can find all versions of the php package siriusphp/validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download siriusphp/validation
More information about siriusphp/validation
Files in siriusphp/validation
Download siriusphp/validation
More information about siriusphp/validation
Files in siriusphp/validation
Vendor siriusphp
Package validation
Short Description Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
License MIT
Package validation
Short Description Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
License MIT
Please rate this library. Is it a good library?
Informations about the package validation
Sirius Validation
Sirius Validation is a library for data validation. It offers:
- validator object
- 45 build-in validation rules. There are validators for strings, array, numbers, emails, URLs, files and uploads
- validation helper to simplify the validation of single values
Out-of-the-box, the library can handle array
s, ArrayObject
s and objects that have implemented the toArray
method.
In order to validate other data containers you must create a DataWrapper
so that the validator be able to extract data from your object.
Elevator pitch
Links
- documentation
- changelog
All versions of validation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package siriusphp/validation contains the following files
Loading the files please wait ....