Skip to content

Releases: cherry-framework/router

v1.1.0

04 May 15:23
d270106
Compare
Choose a tag to compare
  • Remove namespace part form route action. Now you can use this syntax:

    {
      ...
      "action": "DefaultController::index",
      ...
    }

v1.0.1

28 Mar 20:22
2829227
Compare
Choose a tag to compare

v1.0.1

  • Change Namespace

    Now you should use new namespace Cherry\Routing\Router

    In controllers Cherry\Controller

  • Validate code in PHP CodeSniffer

    Code and comments has checked on PHP CodeSniffer

  • Use call_user_func_array function in method calling

The first stable version

07 Mar 14:55
04bb489
Compare
Choose a tag to compare
  • Package available on: composer require cherry-project/router;
  • Router path has placeholder support;
  • Router has all HTTP Methods support;
  • Router has caching feature;