-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
dc8d1b7
commit d5283e9
Showing
235 changed files
with
1,797 additions
and
3,974 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,8 +1,9 @@ | ||
/.phpunit.result.cache | ||
/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
Large diffs are not rendered by default.
Oops, something went wrong.
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) 2020, 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,14 +1,14 @@ | ||
# zend-code | ||
# laminas-code | ||
|
||
[![Build Status](https://secure.travis-ci.org/zendframework/zend-code.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-code) | ||
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-code/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-code?branch=master) | ||
[![Build Status](https://travis-ci.org/laminas/laminas-code.svg?branch=master)](https://travis-ci.org/laminas/laminas-code) | ||
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-code/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-code?branch=master) | ||
|
||
`Zend\Code\Generator` provides facilities to generate arbitrary code using an | ||
`Laminas\Code\Generator` provides facilities to generate arbitrary code using an | ||
object-oriented interface, both to create new code as well as to update existing | ||
code. While the current implementation is limited to generating PHP code, you | ||
can easily extend the base class in order to provide code generation for other | ||
tasks: JavaScript, configuration files, apache vhosts, etc. | ||
|
||
- File issues at https://github.com/zendframework/zend-code/issues | ||
- Documentation is at https://docs.zendframework.com/zend-code/ | ||
- Migration documentation from v2 to v3 is at https://docs.zendframework.com/zend-code/migration/ | ||
- File issues at https://github.com/laminas/laminas-code/issues | ||
- Documentation is at https://docs.laminas.dev/laminas-code/ | ||
- Migration documentation from v2 to v3 is at https://docs.laminas.dev/laminas-code/migration/ |
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.