aatis / parameter-bag
Generic ParameterBag component of Aatis
Installs: 2
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/aatis/parameter-bag
Requires
- php: >=8.2
This package is auto-updated.
Last update: 2025-10-04 15:29:38 UTC
README
Installation
composer require aatis/parameter-bag
Usage
ParameterBag
The ParameterBag class is a custom array with the following methods:
- has($key)to check if a key exists
- get($key)to get a value
- all()to get all values as an array
- set($key, $value)to set a value
- add($key, $value)to add a value to an existing or non existing key
- remove($key)to remove a key