aedart / athenaeum-config
A loader that is able to load various types of configuration files
10.9.0
2026-06-08 07:22 UTC
Requires
- php: ^8.4
- aedart/athenaeum-contracts: ^10.9
- aedart/athenaeum-support: ^10.9
- aedart/athenaeum-utils: ^10.9
- illuminate/config: ^v13.14.0
- illuminate/filesystem: ^v13.14.0
Requires (Dev)
- devium/toml: ^1.1.0
- nette/neon: ^3.4.8
- symfony/yaml: ^v8.1.0
This package is auto-updated.
Last update: 2026-06-08 07:23:51 UTC
README
A Loader component that is able to load various types of configuration files and parse them into a Laravel Repository.
Supported File Types
| File Extension |
|---|
| *.ini |
| *.json |
| *.php (php array) |
| *.yml, *.yaml (requires symfony/yaml) |
| *.toml (requires yosymfony/toml) |
| *.neon (requires nette/neon) |
Documentation
Please read the official documentation for additional information.
Repository
The mono repository is located at github.com/aedart/athenaeum
Versioning
This package follows Semantic Versioning 2.0.0
License
BSD-3-Clause, Read the LICENSE file included in this package