Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Initial release.

### Fixed

- Nothing.
- Nothing.
43 changes: 0 additions & 43 deletions CODE_OF_CONDUCT.md

This file was deleted.

189 changes: 0 additions & 189 deletions CONTRIBUTING.md

This file was deleted.

20 changes: 10 additions & 10 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Copyright (c) 2017, Zend Technologies USA, Inc.
Copyright (c) 2019, Laminas Foundation
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

- Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

- Neither the name of Zend Technologies USA, Inc. nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
- Neither the name of Laminas Foundation nor the names of its contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand All @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# zend-expressive-navigation
# mezzio-navigation

[![Build Status](https://secure.travis-ci.org/froschdesign/zend-expressive-navigation.svg?branch=master)](https://secure.travis-ci.org/froschdesign/zend-expressive-navigation)
[![Coverage Status](https://coveralls.io/repos/froschdesign/zend-expressive-navigation/badge.svg?branch=master)](https://coveralls.io/r/froschdesign/zend-expressive-navigation?branch=master)
[![Build Status](https://secure.travis-ci.org/froschdesign/mezzio-navigation.svg?branch=master)](https://secure.travis-ci.org/froschdesign/mezzio-navigation)
[![Coverage Status](https://coveralls.io/repos/froschdesign/mezzio-navigation/badge.svg?branch=master)](https://coveralls.io/r/froschdesign/mezzio-navigation?branch=master)

`zend-expressive-navigation` provides page, middleware and factories for
navigations in a zend-expressive application.
`mezzio-navigation` provides page, middleware and factories for
navigations in a mezzio application.

## WORK IN PROGRESS

This repository contains a work in progress project for building a navigation module for Expressive and PSR-7 applications.
This repository contains a work in progress project for building a navigation module for Mezzio and PSR-7 applications.

Please, do not use this code in a production environment!

## Feature requests, problems and bugs

Please use the issue tracker: https://github.com/froschdesign/zend-expressive-navigation/issues
Please use the issue tracker: https://github.com/froschdesign/mezzio-navigation/issues

## Quickstart

A _first_ quick start guide can be found in the issue tracker: https://github.com/froschdesign/zend-expressive-navigation/issues/2
A _first_ quick start guide can be found in the issue tracker: https://github.com/froschdesign/mezzio-navigation/issues/2
49 changes: 24 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,47 @@
{
"name": "zendframework/zend-expressive-navigation",
"description": "Page, middleware and factories for navigations in a zend-expressive application",
"homepage": "https://docs.zendframework.com/zend-expressive-navigation/",
"name": "mezzio/mezzio-navigation",
"description": "Page, middleware and factories for navigations in a mezzio application",
"homepage": "https://mezzio.dev",
"license": "BSD-3-Clause",
"keywords": [
"zend",
"zendframework",
"zend-expressive-navigation",
"zend-expressive"
"laminas",
"mezzio",
"mezzio-navigation"
],
"support": {
"docs": "https://docs.zendframework.com/zend-navigation/",
"issues": "https://github.com/zendframework/zend-expressive-navigation/issues",
"source": "https://github.com/zendframework/zend-expressive-navigation",
"rss": "https://github.com/zendframework/zend-expressive-navigation/releases.atom",
"slack": "https://zendframework-slack.herokuapp.com",
"forum": "https://discourse.zendframework.com/c/questions/expressive"
"docs": "https://docs.laminas.dev/laminas-navigation/",
"issues": "https://github.com/mezzio/mezzio-navigation/issues",
"source": "https://github.com/mezzio/mezzio-navigation",
"rss": "https://github.com/mezzio/mezzio-navigation/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"require": {
"php": "^7.1",
"psr/http-server-middleware": "^1",
"zendframework/zend-expressive-helpers": "^5",
"zendframework/zend-navigation": "^2.9",
"zendframework/zend-stdlib": "^3.2"
"mezzio/mezzio-helpers": "^5",
"laminas/laminas-navigation": "^2.9",
"laminas/laminas-stdlib": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^7.3.1",
"zendframework/zend-coding-standard": "~1",
"zendframework/zend-config": "^3.2",
"zendframework/zend-expressive-zendrouter": "^3",
"zendframework/zend-servicemanager": "^3.3.2"
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^3.2",
"mezzio/mezzio-laminasrouter": "^3",
"laminas/laminas-servicemanager": "^3.3.2"
},
"suggest": {
"zendframework/zend-config": "^3.2, to provide page configuration (optional, as arrays and Traversables are also allowed)",
"zendframework/zend-view": "^2.10, to use the navigation view helpers"
"laminas/laminas-config": "^3.2, to provide page configuration (optional, as arrays and Traversables are also allowed)",
"laminas/laminas-view": "^2.10, to use the navigation view helpers"
},
"autoload": {
"psr-4": {
"Zend\\Expressive\\Navigation\\": "src/"
"Mezzio\\Navigation\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ZendTest\\Expressive\\Navigation\\": "test/"
"MezzioTest\\Navigation\\": "test/"
}
},
"config": {
Expand All @@ -54,7 +53,7 @@
"dev-develop": "1.1-dev"
},
"zf": {
"config-provider": "Zend\\Expressive\\Navigation\\ConfigProvider"
"config-provider": "Mezzio\\Navigation\\ConfigProvider"
}
},
"scripts": {
Expand Down
Loading