{"id":89514,"library":"zendframework-zend-expressive-fastroute","title":"Zend Expressive FastRoute","description":"FastRoute integration for Expressive micro-framework.","status":"active","version":"3.0.3","language":"php","source_language":null,"source_url":"https://github.com/zendframework/zend-expressive-fastroute","tags":["zend","expressive","fastroute","routing"],"install":[{"cmd":"composer require zendframework/zend-expressive-fastroute","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"FastRouteRouter","correct":"use Zend\\Expressive\\Router\\FastRouteRouter;"}],"quickstart":{"code":"<?php\nuse Zend\\Expressive\\Router\\FastRouteRouter;\n\n$router = new FastRouteRouter();\n$router->addRoute('GET', '/hello/{name}', function ($request, $response, $args) {\n    $response->getBody()->write('Hello ' . $args['name']);\n    return $response;\n});","lang":"php","description":"Create a FastRoute router and add a route."},"warnings":[{"fix":"Replace with mezzio/mezzio-fastroute for continued support.","message":"This package is part of the deprecated Zend Framework; consider migrating to Mezzio (Laminas).","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'express':2,7,12 'fastrout':3,4,13 'framework':10 'integr':5 'micro':9 'micro-framework':8 'rout':14 'zend':1,11","created_at":"2026-06-19T08:48:19.330770+00:00","updated_at":"2026-06-19T08:48:19.330770+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-expressive-fastroute","github":"https://github.com/zendframework/zend-expressive-fastroute","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}}