veasin/nx-filter-from

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

filter for nx

0.0.2 2023-10-16 15:36 UTC

This package is auto-updated.

Last update: 2024-09-16 17:14:31 UTC


README

filter for nx

composer require urn2/nx-filter-from

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