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 existsget($key)
to get a valueall()
to get all values as an arrayset($key, $value)
to set a valueadd($key, $value)
to add a value to an existing or non existing keyremove($key)
to remove a key