https://github.com/codekandis/configurations
`codekandis/configurations` is a library providing configuration interfaces and classes.
https://github.com/codekandis/configurations
Last synced: 4 months ago
JSON representation
`codekandis/configurations` is a library providing configuration interfaces and classes.
- Host: GitHub
- URL: https://github.com/codekandis/configurations
- Owner: codekandis
- License: mit
- Created: 2021-07-12T00:37:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T19:16:49.000Z (almost 2 years ago)
- Last Synced: 2025-10-15T22:18:47.010Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/configurations
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/configurations` is a library providing configuration interfaces and classes.
## Index
* [Installation](#installation)
* [How to use](#how-to-use)
## Installation
Install the latest version with
```bash
$ composer require codekandis/configurations
```
## How to use
[See the documentation][doclink] for further information.
[xtlink-version-badge]: https://img.shields.io/badge/version-1.0.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-100%25-green.svg
[xtlink-php-net]: https://php.net
[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE
[doclink]: ./docs/README.md