{"id":90404,"library":"zendframework-zend-router","title":"Zend Router","description":"Flexible routing system for HTTP and console applications.","status":"active","version":"3.3.0","language":"php","source_language":null,"source_url":"https://github.com/zendframework/zend-router","tags":["routing","zend","http","console"],"install":[{"cmd":"composer require zendframework/zend-router","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"TreeRouteStack","correct":"use Zend\\Router\\Http\\TreeRouteStack;"}],"quickstart":{"code":"use Zend\\Router\\Http\\TreeRouteStack;\n\n$router = new TreeRouteStack();\n$router->addRoute('home', [\n    'type' => 'Zend\\Router\\Http\\Literal',\n    'options' => ['route' => '/', 'defaults' => ['controller' => 'IndexController']],\n]);\n$match = $router->match(new Zend\\Http\\PhpEnvironment\\Request());","lang":"php","description":"Create a router and match a request to a route."},"warnings":[{"fix":"Use laminas/laminas-router instead.","message":"Zend Framework packages are migrated to Laminas; this package is deprecated.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'applic':10 'consol':9,14 'flexibl':3 'http':7,13 'rout':4,11 'router':2 'system':5 'zend':1,12","created_at":"2026-06-19T09:02:44.695825+00:00","updated_at":"2026-06-19T09:02:44.695825+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zendframework/zend-router","github":"https://github.com/zendframework/zend-router","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}