veasin/nx-filter-from

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

filter for nx

Installs: 36

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

pkg:composer/veasin/nx-filter-from

0.0.6 2025-01-03 15:35 UTC

This package is auto-updated.

Last update: 2025-10-01 00:10:40 UTC


README

filter for nx

composer require urn2/nx-filter-from

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