Php Srouter Versions Save

A very lightweight and fast speed PHP request router. 非常快速且轻量的请求匹配路由器。无依赖、简洁、自定义性强,查找匹配速度快

v3.0.6

3 years ago

v3.0.4

4 years ago
  • fix #9 stict type bug
  • format codes by php-cs-fixer
  • add ci tests for php 7.4

v3.0.3

5 years ago
  • add more unit tests.
  • update some info

v3.0.0

5 years ago

new version v3.0.0

v2.0.1

5 years ago

bug fixed

v1.8.0

6 years ago
  • optimize route loading and parsing speed
  • some logic update: update route cache storage
  • add more unit test for router
  • some bug fixed for router

v1.7.6

6 years ago
  • optimize routing collection logic
  • some update
  • update readme

v1.7.4

6 years ago
  • add .travis.yml
  • bug fixed: sometimes not found will become disallowed

v1.7.2

6 years ago
  • add unit test for PreMatchRouter. some logic update for PreMatchRouter
  • rename folder examples,tests to example,test
  • add a router manager RouterManager, and add some unit test

v1.7.1

6 years ago
  • remove route temp caches from ORouter
  • new: add new ServerRouter to support temp caches
  • new: add pre-match router PreMatchRouter
  • update readme