{"id":27646041,"url":"https://github.com/in2code-de/powermailrecaptcha","last_synced_at":"2025-04-24T01:16:03.531Z","repository":{"id":44801944,"uuid":"65079772","full_name":"in2code-de/powermailrecaptcha","owner":"in2code-de","description":"Google recaptcha for powermail 3","archived":false,"fork":false,"pushed_at":"2024-12-11T14:11:37.000Z","size":133,"stargazers_count":10,"open_issues_count":5,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-24T01:15:38.791Z","etag":null,"topics":["captcha","google-recaptcha","powermail","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}},"created_at":"2016-08-06T11:35:14.000Z","updated_at":"2024-12-11T14:11:28.000Z","dependencies_parsed_at":"2023-12-31T17:31:30.893Z","dependency_job_id":"38b1a2a2-b478-4430-98fe-0d43935baec6","html_url":"https://github.com/in2code-de/powermailrecaptcha","commit_stats":{"total_commits":48,"total_committers":6,"mean_commits":8.0,"dds":"0.39583333333333337","last_synced_commit":"6aa3b93f6ac531d575cc5016c0d34195c450a610"},"previous_names":["in2code-de/powermailrecaptcha","einpraegsam/powermailrecaptcha"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpowermailrecaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpowermailrecaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpowermailrecaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpowermailrecaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in2code-de","download_url":"https://codeload.github.com/in2code-de/powermailrecaptcha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540936,"owners_count":21447428,"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","google-recaptcha","powermail","spam-prevention","typo3","typo3-cms-extension"],"created_at":"2025-04-24T01:16:03.040Z","updated_at":"2025-04-24T01:16:03.520Z","avatar_url":"https://github.com/in2code-de.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# powermailrecaptcha\n\n## Google recaptcha for TYPO3 powermail to prevent spam\n\n![Example form with a google recaptcha](Documentation/Images/frontend.png \"Example form with a google recaptcha\")\n\n\n## Dependencies\n\n* powermail 8.x, 9.x, 10.x, 11.x, 12.x\n* TYPO3 Version 10, 11 \u0026 12\n* Google recaptcha V2 (https://developers.google.com/recaptcha/docs/v2)\n\n## Installation\n\n- Just install this extension via composer `composer require in2code/powermailrecaptcha`\n- Register your domain to www.google.com/recaptcha/ (registration direct link: https://g.co/recaptcha/v3 - reCAPTCHA, Version 2)\n- Add sitekey and secretkey to TypoScript Constants (see example below)\n- Ensure that spamshield is enabled (see below)\n- Add a field of Type Google Recaptcha to your powermail form\n- Have fun\n\nExample for TypoScript Constants:\n\n```\nplugin.tx_powermailrecaptcha.sitekey = 6LdsBBUTAAAAAKMhI67inzeAvzBh5JdRRxlCwbTz\nplugin.tx_powermailrecaptcha.secretkey = 6LdsBBUTAAAAAKMhaaaainzeAvzBh5JdRRxlCwbyy\n```\n\n## Common pitfalls and best practice\n\nspamshield must be enabled in powermail (TypoScript setup):\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.de\n\n# Write to a logfile when spam was recognized\nplugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/powermailSpam.log\n```\n\n## Early Access Programm for TYPO3 13 support\n\n:information_source: **TYPO3 13 compatibility**\n\u003e See [EAP page (DE)](https://www.in2code.de/agentur/typo3-extensions/early-access-programm/) or\n\u003e [EAP page (EN)](https://www.in2code.de/en/agency/typo3-extensions/early-access-program/) for more information how\n\u003e to get access to a TYPO3 13 version\n\n## Releases\n\nDetailed [changlog](Documentation/changlog.md) (since version 5.2.3)\n\n| Version | Date       | Description                                                                                         |\n|---------|------------|-----------------------------------------------------------------------------------------------------|\n| 13.0.0  | 2024-12-11 | TYPO3 v13 compatibility - available via EAP. Public release will be in July 2025                    |\n| 5.2.3   | 2024-12-11 | Maintenance Release                                                                                 |\n| 5.2.2   | 2024-08-25 | Bugfix to add valid actions - thx to speters                                                        |\n| 5.2.1   | 2024-03-30 | Support for Powermail 12                                                                            |\n| 5.2.0   | 2023-12-31 | Support for TYPO3 12                                                                                |\n| 5.1.0   | 2023-05-13 | Support for TYPO3 11 / Fix typo in ter-release.yml file                                             |\n| 5.0.3   | 2021-09-25 | Fix typo in ter-release.yml file                                                                    |\n| 5.0.2   | 2021-09-09 | Add extension key to composer.json                                                                  |\n| 5.0.1   | 2020-12-03 | Add TYPO3 dependency to ext_emconf.php to make TER upload happy                                     |\n| 5.0.0   | 2020-12-03 | Update dependencies for powermail 8.x                                                               |\n| 4.0.0   | 2018-11-21 | Update dependencies for powermail 7.x                                                               |\n| 3.0.0   | 2018-07-13 | Update dependencies for powermail 6.x                                                               |\n| 2.0.0   | 2018-02-14 | Update dependencies for powermail 5.x                                                               |\n| 1.1.0   | 2017-11-04 | Update dependencies for powermail 4.x                                                               |\n| 1.0.1   | 2016-08-06 | Activate check only if form has a recaptcha field and not every time, some more stuff in the manual |\n| 1.0.0   | 2016-08-06 | Initial upload - have fun                                                                           |\n\n# Development\n\nEnvironment is included. Set it up via:\n* DDEV start\n* Composer install\n* ddev import-db .project/db.sql.gz\n\nMade for TYPO3 12 / powermail 12\n\n## Branches\n\n\"Master \" branch is used for development. Releases are tagged within the master branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Fpowermailrecaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin2code-de%2Fpowermailrecaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Fpowermailrecaptcha/lists"}