veasin/nx-filter-from

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

filter for nx

Maintainers

Package info

github.com/veasin/nx-filter-from

Homepage

Type:framework

pkg:composer/veasin/nx-filter-from

Statistics

Installs: 36

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.6 2025-01-03 15:35 UTC

This package is auto-updated.

Last update: 2026-03-01 00:43:16 UTC


README

filter for nx

composer require urn2/nx-filter-from

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