spryker/config
Config module
Maintainers
3.7.0
2023-11-02 20:09 UTC
Requires
- php: >=8.1
- spryker/kernel: ^3.48.0
- spryker/symfony: ^3.0.0
- spryker/web-profiler-extension: ^1.0.0
Requires (Dev)
Suggests
- spryker/container: You need to have the Container installed to use the WebProfiler
- spryker/silex: You need to have Silex installed to use the Config Profiler
- spryker/twig: You need to have Twig installed to use the Config Profiler
Provides
None
Conflicts
None
Replaces
None
proprietary 93663480ca5813839abd194df3636d605042817f
This package is auto-updated.
Last update: 2026-06-24 10:23:17 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
Config is responsible to get access to the configurations defined in environment config files. All contents of the config_* files will be merged into an array. This array is accessible through Spryker's Config class.
Installation
composer require spryker/config
