{"id":17435719,"url":"https://github.com/go-advanced-admin/web-echo","last_synced_at":"2026-02-14T18:02:42.454Z","repository":{"id":257812140,"uuid":"868238508","full_name":"go-advanced-admin/web-echo","owner":"go-advanced-admin","description":"Echo web framework integration for the advanced Go admin panel framework.","archived":false,"fork":false,"pushed_at":"2024-10-10T19:08:36.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T08:42:11.424Z","etag":null,"topics":["admin","admin-dashboard","admin-framework","admin-live-panel","admin-panel","administation","echo","echo-admin","echo-framework","go","go-admin-framework","go-admin-library","go-advanced-admin","go-advanced-admin-integration","go-advanced-admin-web-integration","goadmin","goadvancedadmin","golang"],"latest_commit_sha":null,"homepage":"https://goadmin.dev/echo-integration.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-advanced-admin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["YidiDev","coal-rock"]}},"created_at":"2024-10-05T20:48:50.000Z","updated_at":"2024-10-10T19:08:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"124ea129-1fe7-4e4b-9daa-a58f728480f6","html_url":"https://github.com/go-advanced-admin/web-echo","commit_stats":null,"previous_names":["go-advanced-admin/web-echo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/go-advanced-admin/web-echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Fweb-echo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Fweb-echo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Fweb-echo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Fweb-echo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-advanced-admin","download_url":"https://codeload.github.com/go-advanced-admin/web-echo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-advanced-admin%2Fweb-echo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-dashboard","admin-framework","admin-live-panel","admin-panel","administation","echo","echo-admin","echo-framework","go","go-admin-framework","go-admin-library","go-advanced-admin","go-advanced-admin-integration","go-advanced-admin-web-integration","goadmin","goadvancedadmin","golang"],"created_at":"2024-10-17T10:01:07.371Z","updated_at":"2026-02-14T18:02:42.439Z","avatar_url":"https://github.com/go-advanced-admin.png","language":"Go","funding_links":["https://github.com/sponsors/YidiDev","https://github.com/sponsors/coal-rock"],"categories":[],"sub_categories":[],"readme":"# Go Advanced Admin - Echo Integration\n\n[Echo](https://echo.labstack.com/) framework integration for the Go Advanced Admin Panel.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-advanced-admin/web-echo)](https://goreportcard.com/report/github.com/go-advanced-admin/web-echo)\n[![Go](https://github.com/go-advanced-admin/web-echo/actions/workflows/tests.yml/badge.svg)](https://github.com/go-advanced-admin/web-echo/actions/workflows/tests.yml)\n[![License: Apache-2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go\u0026logoColor=white)](https://pkg.go.dev/github.com/go-advanced-admin/web-echo?tab=doc)\n\nThis package provides integration with the Echo web framework for the Go Advanced Admin Panel, enabling you to use Echo as your web framework.\n\n## Installation\n\nAdd the module to your project by running:\n\n```sh\ngo get github.com/go-advanced-admin/echo-integration\n```\n\n## Documentation\n\nFor detailed documentation on how to use the Echo integration, please visit the [official documentation website](https://goadmin.dev/Echo.html).\n\n## Quick Start\n\n```go\nimport (\n    \"github.com/go-advanced-admin/admin\"\n    \"github.com/go-advanced-admin/echo-integration\"\n    \"github.com/labstack/echo/v4\"\n)\n\nfunc main() {\n    // Initialize Echo\n    e := echo.New()\n\n    // Initialize the web integrator\n    webIntegrator := adminecho.NewIntegrator(e.Group(\"/admin\"))\n\n    // Use webIntegrator when initializing the admin panel\n}\n```\n\nFor more detailed examples and configuration options, please refer to the [Echo Integration Guide](https://goadmin.dev/Echo.html).\n\n## Contributing\n\nContributions are always welcome! Please refer to the [Contributing Guidelines](https://github.com/go-advanced-admin/admin/blob/main/CONTRIBUTING.md) in the main repository.\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-advanced-admin%2Fweb-echo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-advanced-admin%2Fweb-echo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-advanced-admin%2Fweb-echo/lists"}