{"id":96095,"library":"stack-callable-http-kernel","title":"Stack Callable HTTP Kernel","description":"HttpKernelInterface implementation based on callables.","status":"active","version":"1.0.1","language":"php","source_language":null,"source_url":"https://github.com/stackphp/CallableHttpKernel","tags":["http","kernel","stack","middleware","psr-7"],"install":[{"cmd":"composer require stack/callable-http-kernel","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"CallableHttpKernel","correct":"use Stack\\CallableHttpKernel;"}],"quickstart":{"code":"use Stack\\CallableHttpKernel;\n\n$kernel = new CallableHttpKernel(function ($request) {\n    return new Response('Hello');\n});\n$response = $kernel->handle($request);","lang":"php","description":"Create an HTTP kernel from a callable for simple request handling."},"warnings":[],"env_vars":null,"search_vec":"'-7':15 'base':7 'callabl':2,9 'http':3,10 'httpkernelinterfac':5 'implement':6 'kernel':4,11 'middlewar':13 'psr':14 'stack':1,12","created_at":"2026-06-19T10:53:39.240835+00:00","updated_at":"2026-06-19T10:53:39.240835+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/stackphp/CallableHttpKernel","github":"https://github.com/stackphp/CallableHttpKernel","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}