This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
a059a09
commit fe1e1d4
Showing
90 changed files
with
677 additions
and
2,926 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
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,17 +1,17 @@ | ||
# zend-console | ||
# laminas-console | ||
|
||
[![Build Status](https://secure.travis-ci.org/zendframework/zend-console.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-console) | ||
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-console/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-console?branch=master) | ||
[![Build Status](https://travis-ci.org/laminas/laminas-console.svg?branch=master)](https://travis-ci.org/laminas/laminas-console) | ||
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-console/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-console?branch=master) | ||
|
||
`Zend\Console` is a component to design and implement console applications in PHP. | ||
`Laminas\Console` is a component to design and implement console applications in PHP. | ||
|
||
> ### Deprecated | ||
> | ||
> Both the zend-console and the [zend-mvc-console](https://docs.zendframework.com/zend-mvc-console/) | ||
> Both the laminas-console and the [laminas-mvc-console](https://docs.laminas.dev/laminas-mvc-console/) | ||
> components will likely not be maintained long-term, as there are more complete | ||
> implementations available elsewhere. We strongly urge developers to start | ||
> migrating their console tooling to use other libraries, such as | ||
> [symfony/console](https://github.com/symfony/console). | ||
- File issues at https://github.com/zendframework/zend-console/issues | ||
- Documentation is at https://docs.zendframework.com/zend-console/ | ||
- File issues at https://github.com/laminas/laminas-console/issues | ||
- Documentation is at https://docs.laminas.dev/laminas-console/ |
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
Oops, something went wrong.