Skip to content
/ config Public

[READ ONLY] Subtree split of the Config module.

License

Notifications You must be signed in to change notification settings

spryker/config

Repository files navigation

Config Module

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

Documentation

Spryker Documentation