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 7 hours ago
JSON representation
Config component from Zend Framework
- Host: GitHub
- URL: https://github.com/zendframework/zend-config
- Owner: zendframework
- License: bsd-3-clause
- Archived: true
- Created: 2015-05-08T13:27:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T14:46:38.000Z (almost 5 years ago)
- Last Synced: 2024-09-07T00:56:04.824Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 3.76 MB
- Stars: 90
- Watchers: 26
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-php-cn - Zend-config
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/