Registry / utility / laminas-laminas-filter

laminas-laminas-filter

JSON →
library3.4.0phppackagistunverified

Programmatically filter and normalize data and files.

composer require laminas/laminas-filter
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-FI
L
laminas-laminas-filter
utilityphpv3.4.0
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 Laminas\Filter\FilterChain;

Create a filter chain and apply a string transformation.

use Laminas\Filter\FilterChain; use Laminas\Filter\StringToUpper; $filterChain = new FilterChain(); $filterChain->attach(new StringToUpper()); echo $filterChain->filter('hello');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
laminas-laminas-filter — pip install laminas-laminas-filter · libregistry