zendframework/zend-validator
Powerful validation library from Zend Framework for PHP apps. Provides a wide range of reusable validators, input filtering, and custom rule support with clear error messages. Integrates easily into forms and domain validation workflows.
Zend Framework comes with a set of classes for validating both files and uploaded files, such as file size validation and CRC checking.
Validation argument
All of the File validators'
isValid()methods support both a file pathstringor a$_FILESarray as the supplied argument. When a$_FILESarray is passed in, thetmp_nameis used for the file path.
How can I help you explore Laravel packages today?