2017 © Pedro Peláez
 

library expressive-slim-router

A router for Zend Expressive based on Slim framework's implementation

image

acelaya/expressive-slim-router

A router for Zend Expressive based on Slim framework's implementation

  • Monday, March 19, 2018
  • by acelaya
  • Repository
  • 1 Watchers
  • 7 Stars
  • 447 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

Expressive Slim Router

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

A router for Zend Expressive based on Slim framework's implementation., (*2)

I decided to do this implementation because Slim's router supports optional params at the beginning of the path, while other Expressive supported routers don't., (*3)

Installation

Install this package with composer, (*4)

composer require acelaya/expressive-slim-router, (*5)

Usage

You just need to register the include this package's ConfigProvider in your project's configuration., (*6)

<?php
declare(strict_types=1);

$aggregator = new ConfigAggregator([
    // ...

    App\ConfigProvider::class,
    Acelaya\Expressive\ConfigProvider::class,

    // ...
], '...');

If you are already using zend-component-installer, the ConfigProvider will be automatically registered for you., (*7)

The Versions

19/03 2018

dev-master

9999999-dev

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

19/03 2018

v4.0.1

4.0.1.0

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

18/03 2018

v4.0.0

4.0.0.0

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

18/03 2018

dev-feature/expressive3

dev-feature/expressive3

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2017

v3.0.0

3.0.0.0

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

24/03 2016

v2.0.0

2.0.0.0

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

20/09 2015

v1.0.0

1.0.0.0

A router for Zend Expressive based on Slim framework's implementation

  Sources   Download

MIT

The Requires

 

The Development Requires