| PHP runtime |
Supported |
Requires PHP 8.3
or newer. |
| PSR-11 containers |
Supported |
ConfigContainer
implements Psr\Container\ContainerInterface
. |
| PSR-16 caches |
Supported |
configCache()
and CachedConfig
accept any Psr\SimpleCache\CacheInterface
implementation. |
| Laminas ConfigAggregator providers |
Supported |
configProvider()
and LamiasConfigAggregatorConfig
integrate with Laminas provider workflows. |
| PHP files returning arrays |
Supported |
DirectoryConfig
and RecursiveDirectoryConfig
load *.php
files from disk. |
| JSON, YAML, XML loaders |
Not built in |
Wrap those formats in your own provider or convert them to arrays before passing them in. |