An open API service indexing awesome lists of open source software.

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

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