maksimovic / zend-validate
Zend Framework 1 Validate package
2.0.0
2026-04-10 20:55 UTC
Requires
- php: >=8.1
- ext-ctype: *
- maksimovic/zend-exception: ^2.0.1
- maksimovic/zend-registry: ^2.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- maksimovic/zend-loader: Used in special situations or with special adapters
Replaces
- zf1/zend-validate: ^1.12
- zf1s/zend-validate: ^1.12
This package is auto-updated.
Last update: 2026-04-10 20:57:13 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-validate, originally from Zend Framework 1.
Data validation framework with validators for email addresses, hostnames, string length, IP addresses, file properties, and more.
Installation
composer require maksimovic/zend-validate
This package replaces zf1/zend-validate and zf1s/zend-validate.
License
BSD-3-Clause