Ecosyste.ms: Awesome

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

https://github.com/zendframework/zend-config

Config component from Zend Framework
https://github.com/zendframework/zend-config

Last synced: about 1 month ago
JSON representation

Config component from Zend Framework

Lists

README

        

# zend-config

> ## Repository abandoned 2019-12-31
>
> This repository has moved to [laminas/laminas-config](https://github.com/laminas/laminas-config).

[![Build Status](https://secure.travis-ci.org/zendframework/zend-config.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-config)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-config/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-config?branch=master)

zend-config is designed to simplify access to configuration data within
applications. It provides a nested object property-based user interface for
accessing this configuration data within application code. The configuration
data may come from a variety of media supporting hierarchical data storage.

- File issues at https://github.com/zendframework/zend-config/issues
- Documentation is at https://docs.zendframework.com/zend-config/