{"id":13684552,"url":"https://github.com/dereuromark/cakephp-captcha","last_synced_at":"2026-02-14T05:00:59.874Z","repository":{"id":46022153,"uuid":"60796823","full_name":"dereuromark/cakephp-captcha","owner":"dereuromark","description":"Dead simple, unobtrusive and extendable captcha solution for CakePHP","archived":false,"fork":false,"pushed_at":"2026-02-06T23:53:55.000Z","size":653,"stargazers_count":8,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-07T10:39:28.076Z","etag":null,"topics":["cakephp","cakephp-plugin","captcha"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dereuromark.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-09T18:17:51.000Z","updated_at":"2026-02-06T23:53:59.000Z","dependencies_parsed_at":"2023-02-06T09:01:09.125Z","dependency_job_id":"02d586be-c821-487c-bd6d-89a984dc56f9","html_url":"https://github.com/dereuromark/cakephp-captcha","commit_stats":{"total_commits":167,"total_committers":6,"mean_commits":"27.833333333333332","dds":0.49700598802395213,"last_synced_commit":"22faac6d33251c5586d4d6e3732fa0443c0657f7"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/dereuromark/cakephp-captcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-captcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-captcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-captcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-captcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereuromark","download_url":"https://codeload.github.com/dereuromark/cakephp-captcha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-captcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29437368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cakephp","cakephp-plugin","captcha"],"created_at":"2024-08-02T14:00:34.818Z","updated_at":"2026-02-14T05:00:59.867Z","avatar_url":"https://github.com/dereuromark.png","language":"PHP","readme":"# Captcha Plugin for CakePHP\n[![CI](https://github.com/dereuromark/cakephp-captcha/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-captcha/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Coverage Status](https://codecov.io/gh/dereuromark/cakephp-captcha/branch/master/graph/badge.svg)](https://codecov.io/gh/dereuromark/cakephp-captcha)\n[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-captcha/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-captcha)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)\n[![License](https://poser.pugx.org/dereuromark/cakephp-captcha/license.svg)](LICENSE)\n[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-captcha/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-captcha)\n[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)\n\nAllows any type of image-based captchas for your forms.\n\n## A CakePHP plugin to\n- Easily integrate captchas in your CakePHP application.\n\nThis plugin requires **CakePHP 5.1+**. See [version map](https://github.com/dereuromark/cakephp-captcha/wiki#cakephp-version-map) for details.\n\n### What's in this plugin\n- Simple match captchas that will already do the trick without annoying \"I can't read those letters\".\n- Passive captcha option for basic protection without requiring user input (\"honeypot trap\").\n- Extendable interface approach to easily hook in your own engine.\n\n### What are the gotchas\n- Dead simple, no fancy JS or alike.\n- Cross-tab safe (not session based as in overwriting each other per request).\n- Completely stand-alone plugin, no third party stuff involved/needed.\n\n## Demo\nSee https://sandbox.dereuromark.de/sandbox/captchas\n\n## Setup\n```\ncomposer require dereuromark/cakephp-captcha\n```\nand\n```\nbin/cake plugin load Captcha\n```\nor manually add it to your `plugins.php` or `Application::bootstrap()` setup.\n\nFor active captchas you also need to import the SQL schema.\nThe quickest way is using Migrations plugin:\n```\nbin/cake migrations migrate -p Captcha\n```\n\nFor the match captcha, make sure you got the gd lib installed:\n- `sudo apt-get install php{version}-gd`\n\n## Usage\nSee [Docs](docs/).\n","funding_links":[],"categories":["Security"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-captcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereuromark%2Fcakephp-captcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-captcha/lists"}