{"id":96053,"library":"hoa-router","title":"Hoa Router","description":"The Hoa\\Router library.","status":"active","version":"3.17.01.14","language":"php","source_language":null,"source_url":"https://github.com/hoaproject/Router","tags":["router","routing","hoa"],"install":[{"cmd":"composer require hoa/router","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Router","correct":"use Hoa\\Router\\Router;"}],"quickstart":{"code":"use Hoa\\Router\\Router;\n\n$router = new Router();\n$router->addRoute('GET', '/hello/{name}', function($name) {\n    echo 'Hello ' . $name;\n});","lang":"php","description":"Creates a simple route that responds to GET requests."},"warnings":[],"env_vars":null,"search_vec":"'hoa':1,4,9 'librari':6 'rout':8 'router':2,5,7","created_at":"2026-06-19T10:51:37.617410+00:00","updated_at":"2026-06-19T10:51:37.617410+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://hoa-project.net/","github":"https://github.com/hoaproject/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}}