young-pandas/data-filter

This package helps to define rules in a json file to filter incoming or outgoing data.

1.0.0 2024-08-06 15:09 UTC

This package is auto-updated.

Last update: 2025-07-06 17:18:13 UTC


README

This package helps to filter data using json files.

Installation

To install the package, run the following command:

composer require young-pandas/data-filter

Publish Vendor

php artisan vendor:publish --provider="YoungPandas\DataFilter\Providers\FilterServiceProvider"

Usage

Helps to define filters in json files and filter data using those filters.

Project managers can define filters and developers can use those filters to manage requests and responses.

It makes a perfect separation of concerns between project managers and developers.

This package enable the support for End to End encyption.