{"id":86540,"library":"slim-slim","title":"Slim Framework","description":"Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.","status":"active","version":"4.15.2","language":"php","source_language":null,"source_url":"https://github.com/slimphp/Slim","tags":["micro-framework","slim","api","routing"],"install":[{"cmd":"composer require slim/slim","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"App","correct":"use Slim\\App;"}],"quickstart":{"code":"use Slim\\App;\n\n$app = new App();\n$app->get('/hello/{name}', function ($request, $response, $args) {\n    $response->getBody()->write(\"Hello, \" . $args['name']);\n    return $response;\n});\n$app->run();","lang":"php","description":"Creates a simple Slim application with a GET route."},"warnings":[],"env_vars":null,"search_vec":"'api':20,25 'applic':18 'framework':2,8,23 'help':10 'micro':7,22 'micro-framework':21 'php':6 'power':16 'quick':12 'rout':26 'simpl':14 'slim':1,3,24 'web':17 'write':13 'yet':15","created_at":"2026-06-19T08:03:32.560717+00:00","updated_at":"2026-06-19T08:03:32.560717+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://www.slimframework.com","github":"https://github.com/slimphp/Slim","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}}