https://github.com/aedart/athenaeum-config
[READ ONLY] Athenaeum Config package - see https://github.com/aedart/athenaeum
https://github.com/aedart/athenaeum-config
configuration configuration-files ini json php-array yaml
Last synced: 5 months ago
JSON representation
[READ ONLY] Athenaeum Config package - see https://github.com/aedart/athenaeum
- Host: GitHub
- URL: https://github.com/aedart/athenaeum-config
- Owner: aedart
- License: bsd-3-clause
- Created: 2020-01-16T19:09:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:51:58.000Z (about 1 year ago)
- Last Synced: 2024-11-28T09:33:59.238Z (about 1 year ago)
- Topics: configuration, configuration-files, ini, json, php-array, yaml
- Language: PHP
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athenaeum Config
A `Loader` component that is able to load various types of configuration files and parse them into a Laravel [Repository](https://github.com/laravel/framework/blob/6.x/src/Illuminate/Config/Repository.php).
## Supported File Types
| File Extension |
|----------------------------------------------------------------------------|
| *.ini |
| *.json |
| *.php (_php array_) |
| *.yml, *.yaml (_requires [symfony/yaml](https://github.com/symfony/yaml)_) |
| *.toml (_requires [yosymfony/toml](https://github.com/yosymfony/Toml)_) |
| *.neon (_requires [nette/neon](https://github.com/nette/neon)_) |
## Documentation
Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.
## Repository
The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)
## Versioning
This package follows [Semantic Versioning 2.0.0](http://semver.org/)
## License
[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package