{"id":21525283,"url":"https://github.com/anikhasibul/gocgi","last_synced_at":"2026-04-29T09:06:52.011Z","repository":{"id":144241990,"uuid":"166698199","full_name":"AnikHasibul/gocgi","owner":"AnikHasibul","description":"Library for running golang and php (cgi) in a single port/service/server!","archived":false,"fork":false,"pushed_at":"2019-01-20T19:04:42.000Z","size":0,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-11T12:08:03.228Z","etag":null,"topics":["cgi","cgi-server","golang","php"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnikHasibul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-20T19:04:07.000Z","updated_at":"2024-04-06T20:31:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"386930e2-55a6-4680-84d1-3c6c823764b6","html_url":"https://github.com/AnikHasibul/gocgi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnikHasibul/gocgi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnikHasibul%2Fgocgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnikHasibul%2Fgocgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnikHasibul%2Fgocgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnikHasibul%2Fgocgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnikHasibul","download_url":"https://codeload.github.com/AnikHasibul/gocgi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnikHasibul%2Fgocgi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["cgi","cgi-server","golang","php"],"created_at":"2024-11-24T01:34:16.678Z","updated_at":"2026-04-29T09:06:51.989Z","avatar_url":"https://github.com/AnikHasibul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocgi\n\nusage:\n\n\n\timport (\n\t    \"net/http\"\n\t    \"github.com/anikhasibul/gocgi\"\n\t)\n\n\tfunc main() {    \n\t    http.HandleFunc(\"/\", func (w http.ResponseWriter, r *http.Request) {\n\t    \tgocgi.CGIfy(w, r, \"php-cgi\", \"./server.php\")\n\t    })\n\t    http.ListenAndServe(\":8080\", nil)\n\t}\n\t\nserver.php:\n\n\t\u003c?php\n\techo \"Hello, {$_GET['name']}\";\n\t\nvisit: http://localhost:8080/?name=World\n\n\tHello, World\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanikhasibul%2Fgocgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanikhasibul%2Fgocgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanikhasibul%2Fgocgi/lists"}