forked from laminas/laminas-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewriting as Laminas Project package
- Loading branch information
1 parent
ed0e20c
commit 293b1d8
Showing
87 changed files
with
863 additions
and
3,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @see https://github.com/zendframework/zend-config for the canonical source repository | ||
* @copyright Copyright (c) %regexp:(20\d{2}-)?20\d{2}% Zend Technologies USA Inc. (http://www.zend.com) | ||
* @license https://github.com/zendframework/zend-config/blob/master/LICENSE.md New BSD License | ||
* @see https://github.com/laminas/laminas-config for the canonical source repository | ||
* @copyright https://github.com/laminas/laminas-config/blob/master/COPYRIGHT.md | ||
* @license https://github.com/laminas/laminas-config/blob/master/LICENSE.md New BSD License | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/clover.xml | ||
/composer.lock | ||
/coveralls-upload.json | ||
/docs/html/ | ||
/laminas-mkdoc-theme.tgz | ||
/laminas-mkdoc-theme/ | ||
/phpunit.xml | ||
/vendor/ | ||
/zf-mkdoc-theme.tgz | ||
/zf-mkdoc-theme/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Copyright (c) 2019, Laminas Foundation. | ||
All rights reserved. (https://getlaminas.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# zend-config | ||
# 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) | ||
[![Build Status](https://travis-ci.org/laminas/laminas-config.svg?branch=master)](https://travis-ci.org/laminas/laminas-config) | ||
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-config/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-config?branch=master) | ||
|
||
zend-config is designed to simplify access to configuration data within | ||
laminas-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/ | ||
- File issues at https://github.com/laminas/laminas-config/issues | ||
- Documentation is at https://docs.laminas.dev/laminas-config/ |
Oops, something went wrong.