https://github.com/haskel/parambag
ParamBag allows you to store parameters and make hidden processing
https://github.com/haskel/parambag
parameters params php php-library
Last synced: 11 months ago
JSON representation
ParamBag allows you to store parameters and make hidden processing
- Host: GitHub
- URL: https://github.com/haskel/parambag
- Owner: haskel
- Created: 2018-02-15T11:15:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T10:20:27.000Z (over 6 years ago)
- Last Synced: 2025-02-09T00:16:07.991Z (about 1 year ago)
- Topics: parameters, params, php, php-library
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
ParamsBag
==================
ParamsBag component encapsulates transfering of data into functions and hides standard stages of data processing: purification, filtering, transformation and validation
## Installation
```bash
composer require haskel/paramsbag
```