nopoco / laminas-validator
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
v2.30.1
2023-05-04 06:12 UTC
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0
- laminas/laminas-servicemanager: ^3.12.0
- laminas/laminas-stdlib: ^3.13
- psr/http-message: ^1.0.1
Requires (Dev)
- laminas/laminas-coding-standard: ^2.4.0
- laminas/laminas-db: ^2.16
- laminas/laminas-filter: ^2.28.1
- laminas/laminas-http: ^2.18
- laminas/laminas-i18n: ^2.19
- laminas/laminas-session: ^2.15
- laminas/laminas-uri: ^2.10.0
- phpunit/phpunit: ^9.5.26
- psalm/plugin-phpunit: ^0.18.3
- psr/http-client: ^1.0.1
- psr/http-factory: ^1.0.1
- vimeo/psalm: ^5.0
Suggests
- laminas/laminas-db: Laminas\Db component, required by the (No)RecordExists validator
- laminas/laminas-filter: Laminas\Filter component, required by the Digits validator
- laminas/laminas-i18n: Laminas\I18n component to allow translation of validation error messages
- laminas/laminas-i18n-resources: Translations of validator messages
- laminas/laminas-servicemanager: Laminas\ServiceManager component to allow using the ValidatorPluginManager and validator chains
- laminas/laminas-session: Laminas\Session component, ^2.8; required by the Csrf validator
- laminas/laminas-uri: Laminas\Uri component, required by the Uri and Sitemap\Loc validators
- psr/http-message: psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators
Conflicts
This package is auto-updated.
Last update: 2024-11-04 09:34:57 UTC
README
Removed political appeal incompatible with free software here. The original repository is at this link.
laminas-validator provides a set of commonly needed validators. It also provides a simple validator chaining mechanism by which multiple validators may be applied to a single datum in a user-defined order.
Installation
Run the following to install this library:
$ composer require laminas/laminas-validator
Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-validator/