{"id":74460,"library":"brpaz-echozap","title":"echozap","description":"echozap provides a Zap logger middleware for the Echo web framework.","status":"active","version":"1.1.3","language":"go","source_language":null,"source_url":"https://github.com/brpaz/echozap","tags":["echo","zap","logging","middleware"],"install":[{"cmd":"go get github.com/brpaz/echozap","lang":"bash","label":"Install github.com/brpaz/echozap"}],"dependencies":[],"imports":[{"symbol":"echozap","correct":"github.com/brpaz/echozap"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/brpaz/echozap\"\n\t\"github.com/labstack/echo/v4\"\n\t\"go.uber.org/zap\"\n)\n\nfunc main() {\n\te := echo.New()\n\tlogger, _ := zap.NewProduction()\n\te.Use(echozap.ZapLogger(logger))\n\te.Start(\":8080\")\n}","lang":"go","description":"Sets up Echo with Zap logging middleware."},"warnings":[],"env_vars":null,"search_vec":"'echo':10,13 'echozap':1,2 'framework':12 'log':15 'logger':6 'middlewar':7,16 'provid':3 'web':11 'zap':5,14","created_at":"2026-06-17T19:03:57.413305+00:00","updated_at":"2026-06-17T19:03:57.413305+00:00","problems":[],"ecosystem":"go","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/brpaz/echozap","github":"https://github.com/brpaz/echozap","docs":"https://pkg.go.dev/github.com/brpaz/echozap#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging","web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}