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
Requires
- php: ^8.2
- illuminate/support: ^10 || ^11
- predis/predis: ^2.2
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.