veasin/nx-filter-from

There is no license information available for the latest version (0.0.6) of this package.

filter for nx

0.0.6 2025-01-03 15:35 UTC

This package is auto-updated.

Last update: 2025-07-01 00:17:11 UTC


README

filter for nx

composer require urn2/nx-filter-from

$data=$this->filter([
    'id'=>['int', 'query', '>'=>0, 'error'=>400, 'null'=>'throw'],
], ['error'=>404]);