{"id":25171181,"url":"https://github.com/basemax/samplecaptchaapi","last_synced_at":"2026-05-15T21:33:05.304Z","repository":{"id":151535568,"uuid":"243976745","full_name":"BaseMax/SampleCaptchaAPI","owner":"BaseMax","description":"Implementing a captcha service using PHP and javascript to can use it anywhere such as Web.","archived":false,"fork":false,"pushed_at":"2020-06-09T09:57:01.000Z","size":183,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T08:29:48.681Z","etag":null,"topics":["api-captcha","captcha","captcha-api","captcha-service","contest","contest-matno","contest-programming","javascript","js","matno","matno-contest","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-02-29T13:47:42.000Z","updated_at":"2021-03-18T22:33:49.000Z","dependencies_parsed_at":"2023-07-10T14:15:27.001Z","dependency_job_id":null,"html_url":"https://github.com/BaseMax/SampleCaptchaAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/SampleCaptchaAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FSampleCaptchaAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FSampleCaptchaAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FSampleCaptchaAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FSampleCaptchaAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/SampleCaptchaAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FSampleCaptchaAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268147454,"owners_count":24203280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-captcha","captcha","captcha-api","captcha-service","contest","contest-matno","contest-programming","javascript","js","matno","matno-contest","php"],"created_at":"2025-02-09T09:19:30.322Z","updated_at":"2026-05-15T21:33:05.234Z","avatar_url":"https://github.com/BaseMax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thin Captcha\n\n# Sample Captcha API\n\nImplementing a **captcha service** using PHP and javascript to can use it anywhere such as Web.\n\n## Using\n\nWe did create one example project in `example/` directory.\n\n![sample captchca api](example/screenshot1.png)\n\n### Create captcha\n\nEvery requests need `token` and `key` value in Headers.\n\nhttp://localhost/matno3/?method=create\n\n```json\n{\n\tstatus: \"success\",\n\tmessage: \"\",\n\tresult: {\n\t\tcode: \"klk8gab4tkcmemvk1dj7tzsskh4xw3rf2153l1he9l92o9bgfa\"\n\t}\n}\n```\n\n### Verify a captcha\n\nhttp://localhost/matno3/?method=verify\u0026value=707\u0026code=klk8gab4tkcmemvk1dj7tzsskh4xw3rf2153l1he9l92o9bgfa\n\n```json\n{\n\tstatus: \"failed\",\n\tmessage: \"Your session is not valid!\"\n}\n```\n\nhttp://localhost/matno3/?method=verify\u0026value=7636\u0026code=klk8gab4tkcmemvk1dj7tzsskh4xw3rf2153l1he9l92o9bgfa\n\n```json\n{\n\tstatus: \"success\",\n\tmessage: \"You are wellcome!\",\n\tresult: {\n\t\ttoken: \"tglu9ph4mssfdvt5s8hal3rggcvdy9nfintbpsn829vhpq9lmc\"\n\t}\n}\n```\n\n### Done captcha using server-side programming language\n\nhttp://localhost/matno3/?method=done\u0026token=badvalue\n\n```json\n{\n\tstatus: \"failed\",\n\tmessage: \"Your session is not valid!\"\n}\n```\n\nhttp://localhost/matno3/?method=done\u0026token=tglu9ph4mssfdvt5s8hal3rggcvdy9nfintbpsn829vhpq9lmc\n\n```json\n{\n\tstatus: \"success\",\n\tmessage: \"Enjoy from it, Done!\"\n}\n```\n\n---------\n\n# Max Base\n\nMy nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. ([Max Base](https://maxbase.org/))\n\n## Asrez Team\n\nA team includes some programmer, developer, designer, researcher(s) especially Max Base.\n\n[Asrez Team](https://www.asrez.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsamplecaptchaapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fsamplecaptchaapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsamplecaptchaapi/lists"}