Download the PHP package pflorek/aws-paramstore without Composer
On this page you can find all versions of the php package pflorek/aws-paramstore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pflorek/aws-paramstore
More information about pflorek/aws-paramstore
Files in pflorek/aws-paramstore
Download pflorek/aws-paramstore
More information about pflorek/aws-paramstore
Files in pflorek/aws-paramstore
Vendor pflorek
Package aws-paramstore
Short Description This library reads parameters from AWS Parameter Store. It supports a path prefix, an optional shared context and multiple profiles. Returns an multi dimensional array of string|int|float|bool. Integrates directly with zendframework/zend-config-aggregator.
License MIT
Package aws-paramstore
Short Description This library reads parameters from AWS Parameter Store. It supports a path prefix, an optional shared context and multiple profiles. Returns an multi dimensional array of string|int|float|bool. Integrates directly with zendframework/zend-config-aggregator.
License MIT
Please rate this library. Is it a good library?
Informations about the package aws-paramstore
PHP AWS Parameter Store Config Provider
This library reads parameters from AWS Parameter Store. It supports a path prefix, an optional shared context and multiple profiles. Returns an multi dimensional array of string|int|float|bool. Integrates directly with zendframework/zend-config-aggregator.
Usage
Configuration
parameter | required | default | description |
---|---|---|---|
prefix | yes | none | The path prefix of the parameters |
name | yes | none | The application name |
profileSeparator | no | '_' | The separator between application name and profile |
sharedContext | no | '' | The shared context for application with parameters under the same path prefix |
Example
Given options:
- prefix := /path/with/prefix
- name := app-name
- profileSeparator := _
- sharedContext = shared
- profiles = ['common', 'test']
Will search for parameters with path beginning with:
- /path/with/prefix/shared
- /path/with/prefix/app-name
- /path/with/prefix/app-name_common
- /path/with/prefix/app-name_test
Installation
Use Composer to install the package:
Authors
Contribute
Contributions are always welcome!
- Report any bugs or issues on the issue tracker.
- You can download the sources at the package's Git repository.
License
All contents of this package are licensed under the MIT license.
All versions of aws-paramstore with dependencies
PHP Build Version
Package Version
The package pflorek/aws-paramstore contains the following files
Loading the files please wait ....