{"id":27646030,"url":"https://github.com/in2code-de/invisiblerecaptcha","last_synced_at":"2025-08-24T19:35:55.008Z","repository":{"id":20246478,"uuid":"84863114","full_name":"in2code-de/invisiblerecaptcha","owner":"in2code-de","description":"Invisible recaptcha for powermail 3.x","archived":false,"fork":false,"pushed_at":"2024-12-17T12:16:35.000Z","size":60,"stargazers_count":4,"open_issues_count":10,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-04T00:45:30.225Z","etag":null,"topics":["captcha","form","powermail","recaptcha","spam-prevention","typo3","typo3-cms-extension"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/in2code-de.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,"zenodo":null}},"created_at":"2017-03-13T18:53:43.000Z","updated_at":"2024-12-17T12:16:40.000Z","dependencies_parsed_at":"2025-04-24T01:15:57.681Z","dependency_job_id":"25694618-9fa3-4e4f-9ed4-b8d589236539","html_url":"https://github.com/in2code-de/invisiblerecaptcha","commit_stats":null,"previous_names":["in2code-de/invisiblerecaptcha"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/in2code-de/invisiblerecaptcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Finvisiblerecaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Finvisiblerecaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Finvisiblerecaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Finvisiblerecaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in2code-de","download_url":"https://codeload.github.com/in2code-de/invisiblerecaptcha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Finvisiblerecaptcha/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636517,"owners_count":23492270,"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","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":["captcha","form","powermail","recaptcha","spam-prevention","typo3","typo3-cms-extension"],"created_at":"2025-04-24T01:15:53.789Z","updated_at":"2025-07-04T23:41:09.457Z","avatar_url":"https://github.com/in2code-de.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# invisiblerecaptcha\nGoogle invisible recaptcha for TYPO3 powermail to prevent spam\n\n\u003e [!WARNING]\n\u003e # Sunset Notification\n\u003e We have decided to sunset the extension `invisiblerecaptcha` due to general incompatibility\n\u003e with Powermail in regard to validation.\n\u003e\n\u003e **This extensions support ends with TYPO3 v12 and will not be developed further!**\n\u003e\n\u003e If you need a captcha solution for your Powermail forms, please consider:\n\u003e * [in2code/powermailrecaptcha](https://github.com/in2code-de/powermailrecaptcha)\n\u003e * [thomasrawiel/powermailcaptcha](https://github.com/thomasrawiel/powermailcaptcha)\n\n![Example form with a google invisble recaptcha](Documentation/Images/frontend.png \"Example form with a google invisble recaptcha\")\n\n## Installation\n\n- Just install this extension - e.g. `composer require in2code/invisiblerecaptcha`\n- Register your domain to www.google.com/recaptcha/\n- Add sitekey and secretkey to TypoScript Constants (see example below)\n- Replace your submit button with the new field type \"Google Invisible Recaptcha\"\n- Have fun\n\nExample for TypoScript Constants:\n\n```\nplugin.tx_invisiblerecaptcha.sitekey = 6LdsBBUTAAAAAKMhI67inzeAvzBh5JdRRxlCwbTz\nplugin.tx_invisiblerecaptcha.secretkey = 6LdsBBUTAAAAAKMhaaaainzeAvzBh5JdRRxlCwbyy\n```\n\n## Notes and best practice\n\nBe sure to have spamshield enabled in powermail (TypoScript setup):\n\n\n```\nplugin.tx_powermail.settings.setup.spamshield._enable = 1\n```\n\nKeep up to date if powermail recognize spam (TypoScript setup):\n\n```\n# Get an email if spam was recognized\nplugin.tx_powermail.settings.setup.spamshield.email = spamreceiver@yourdomain.org\n\n# Write to a logfile when spam was recognized\nplugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/powermailSpam.log\n```\n\n## Changelog\n\n| Version | Date       | Description                                                          |\n|---------|------------|----------------------------------------------------------------------|\n| 13.0.0  | tbd        | Feature | TYPO3 v13 compatibility - planned                          |\n| 7.0.2   | 2024-02-07 | TER release for powermail 11.x - 12.x / TYPO3 12                     |\n| 7.0.1   | 2024-01-23 | Update for powermail 11.x - 12.x / TYPO3 12                          |\n| 7.0.0   | 2023-07-10 | Update for powermail 11.x / TYPO3 12                                 |\n| 6.0.0   | 2023-07-10 | Update for powermail 10.x / TYPO3 11                                 |\n| 5.1.1   | 2021-09-25 | Fix a typo in ter-release.yml file                                   |\n| 5.1.0   | 2021-09-09 | Added auto deployment to TER, add extension key to composer.json file |\n| 5.0.0   | 2020-12-03 | Update for powermail 8.x                                             |\n| 4.0.0   | 2018-11-21 | Update for powermail 7.x, small bugfix in Template file              |\n| 3.0.0   | 2018-07-13 | Update for powermail 6.x                                             |\n| 2.0.0   | 2018-01-31 | Update for powermail 5.x                                             |\n| 1.1.1   | 2017-11-10 | Replace hardcoded button title in template                           |\n| 1.1.0   | 2017-11-04 | Update dependencies for powermail 4.x                                |\n| 1.0.0   | 2017-03-13 | Initial upload - have fun                                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Finvisiblerecaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin2code-de%2Finvisiblerecaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Finvisiblerecaptcha/lists"}