https://github.com/zaphyr-org/config
Load configuration files the easy way. This configuration loader supports PHP, INI, JSON, XML and YAML file extensions.
https://github.com/zaphyr-org/config
array config ini json loader php xml yaml yml
Last synced: 4 months ago
JSON representation
Load configuration files the easy way. This configuration loader supports PHP, INI, JSON, XML and YAML file extensions.
- Host: GitHub
- URL: https://github.com/zaphyr-org/config
- Owner: zaphyr-org
- License: mit
- Created: 2022-07-09T20:27:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T08:05:12.000Z (over 1 year ago)
- Last Synced: 2025-07-17T02:38:11.298Z (11 months ago)
- Topics: array, config, ini, json, loader, php, xml, yaml, yml
- Language: PHP
- Homepage: https://zaphyr.org/docs/repositories/latest/config
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README




[](https://codecov.io/gh/zaphyr-org/config)
# CONFIG
Load configuration files the easy way. This configuration loader supports
[PHP](https://en.wikipedia.org/wiki/PHP),
[INI](https://en.wikipedia.org/wiki/INI_file),
[JSON](https://en.wikipedia.org/wiki/JSON),
[XML](https://en.wikipedia.org/wiki/XML),
[YAML](https://en.wikipedia.org/wiki/YAML)
and [NEON](https://ne-on.org/) file extensions.
## System Requirements
You need `PHP => 8.1` but the latest stable version of PHP is recommended.
This package is continuously tested on the following PHP versions:
- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4
- PHP 8.5
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the config repository.
```console
composer require zaphyr-org/config
```
## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/repositories/latest/config).
## Issues
Bug reports and feature requests can be submitted on
the [GitHub Issue Tracker](https://github.com/zaphyr-org/config/issues).
## Security
If you discover security related issues, please email security@zaphyr.org **instead of using
the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.