Registry / utility / zendframework-zend-filter

zendframework-zend-filter

JSON →
library2.9.2phppackagistunverified

Programmatically filter and normalize data and files.

composer require zendframework/zend-filter
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-filter
utilityphpv2.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FilterChain
use Zend\Filter\FilterChain;

Basic usage of Zend Filter to transform a string.

use Zend\Filter\FilterChain; $filterChain = new FilterChain(); $filterChain->attach(new \Zend\Filter\StringToUpper()); echo $filterChain->filter('hello'); // Outputs: HELLO
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
zendframework-zend-filter — pip install zendframework-zend-filter · libregistry