https://github.com/quillstack/parameter-bag
Simple key-value storage.
https://github.com/quillstack/parameter-bag
parameter-bag parameters php php8
Last synced: 3 months ago
JSON representation
Simple key-value storage.
- Host: GitHub
- URL: https://github.com/quillstack/parameter-bag
- Owner: quillstack
- License: mit
- Created: 2020-10-04T00:28:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T21:10:04.000Z (about 4 years ago)
- Last Synced: 2025-02-21T08:47:17.737Z (12 months ago)
- Topics: parameter-bag, parameters, php, php8
- Language: PHP
- Homepage: https://quillstack.org
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Parameter Bag
[](https://app.travis-ci.com/quillstack/parameter-bag)
[](https://packagist.org/packages/quillstack/parameter-bag)
[](https://sonarcloud.io/dashboard?id=quillstack_parameter-bag)
[](https://sonarcloud.io/dashboard?id=quillstack_parameter-bag)
[](https://github.styleci.io/repos/301009689?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/parameter-bag)

[](https://sonarcloud.io/dashboard?id=quillstack_parameter-bag)
[](https://codeclimate.com/github/quillstack/parameter-bag/maintainability)
[](https://sonarcloud.io/dashboard?id=quillstack_parameter-bag)

Simple key-value storage.
### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_parameter-bag sh
```
### Unit tests
Run tests using a command:
```shell
$ phpdbg -qrr vendor/bin/unit-tests
```