weew/router-container-aware

Container integration for the weew/router package.

Installs: 128

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/weew/router-container-aware

v1.3.2 2016-07-21 11:18 UTC

This package is not auto-updated.

Last update: 2025-10-08 02:16:27 UTC


README

Build Status Code Quality Test Coverage Version Licence

Table of contents

Installation

composer require weew/router-container-aware

Introduction

This package integrates weew/router with weew/container and allows filters, parameter resolvers, etc. to rely on dependency injection and sharing of data trough the container.

Usage

Simply create a container aware instance of Router and pass in an instance of IContainer.

$commander = new Weew\Router\ContainerAware\Router(new Container());