2017 © Pedro Peláez
 

library static-router

Simple static router for Nette Framework

image

nextras/static-router

Simple static router for Nette Framework

  • Monday, March 19, 2018
  • by JanTvrdik
  • Repository
  • 10 Watchers
  • 23 Stars
  • 44,571 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 4 % Grown

The README.md

Nextras StaticRouter

Build Status Downloads this Month Stable Version, (*1)

Installation

Add to your composer.json:, (*2)

"require": {
    "nextras/static-router": "~2.0"
}

Example

use Nextras\Routing\StaticRouter;

$router = new StaticRouter(['Homepage:default' => 'index.php'], StaticRouter::ONE_WAY);

$router = new StaticRouter([
    'Homepage:default' => '',
    'Auth:signIn' => 'sign-in',
    'Auth:signOut' => 'sign-out',
    'Auth:signUp' => 'sign-up',
]);

The Versions

19/03 2018

dev-master

9999999-dev https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

19/03 2018

v1.2.0

1.2.0.0 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

01/08 2016

dev-john_playground_sorry

dev-john_playground_sorry https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

19/06 2016

v1.1.0

1.1.0.0 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

19/06 2016

dev-sandbox

dev-sandbox https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

19/06 2016

v1.0.x-dev

1.0.9999999.9999999-dev https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

13/06 2015

v1.0.1

1.0.1.0 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

26/10 2014

v1.0.0

1.0.0.0 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

12/10 2014

v1.0.0-rc3

1.0.0.0-RC3 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

05/10 2014

v1.0.0-rc2

1.0.0.0-RC2 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router

05/10 2014

v1.0.0-rc1

1.0.0.0-RC1 https://github.com/nextras/static-router

Simple static router for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

nette nextras router