2017 © Pedro PelĂĄez
 

library router

Segment based router for routing web requests

image

simply/router

Segment based router for routing web requests

  • Thursday, July 19, 2018
  • by Riimu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Web Application Request Router

Travis Scrutinizer Scrutinizer Coverage Packagist, (*1)

This package provides generic router that may be used with PHP frameworks. The goal of this router is to optimize towards fast startup taking advantage of array op-cache optimizations in PHP 7., (*2)

This router uses segment based matching which optimizes usage of static segments in the paths to minimize the need to generate large and slow regular expressions. In some uses cases, this may provide faster routing than simply using a few large regular expression. However, the aim of this package is not to compete in efficiency against more popular routers., (*3)

NOTE: This package is part of a framework that is still highly experimental in nature. Stable api or proper documentation are not to be expected until the framework has been tested in practice., (*4)

API documentation is available at: https://docs.riimu.net/simply/router/, (*5)

Credits

This library is Copyright (c) 2018-2019 Riikka KalliomÀki., (*6)

See LICENSE for license and copying information., (*7)

The Versions

19/07 2018

dev-master

9999999-dev

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router

16/07 2018

v0.2.3

0.2.3.0

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router

10/07 2018

v0.2.2

0.2.2.0

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router

02/07 2018

v0.2.1

0.2.1.0

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router

29/06 2018

v0.2.0

0.2.0.0

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router

23/06 2018

v0.1.0

0.1.0.0

Segment based router for routing web requests

  Sources   Download

MIT

The Requires

  • php ^7.2

 

The Development Requires

framework router