zendframework / zend-inputfilter
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-inputfilter package instead.
Normalize and validate input sets from the web, APIs, the CLI, and more, including files
2.10.1
2019-08-28 19:45 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-filter: ^2.9.1
- zendframework/zend-servicemanager: ^2.7.10 || ^3.3.1
- zendframework/zend-stdlib: ^2.7 || ^3.0
- zendframework/zend-validator: ^2.11
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.14 || ^7.5.15
- psr/http-message: ^1.0
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- psr/http-message-implementation: PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads
This package is auto-updated.
Last update: 2020-01-30 15:37:16 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-inputfilter.
The zend-inputfilter component can be used to filter and validate generic sets
of input data. For instance, you could use it to filter $_GET or $_POST
values, CLI arguments, etc.
Installation
Run the following to install this library:
$ composer require zendframework/zend-inputfilter
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-inputfilter/