{"id":24922431,"url":"https://github.com/power-captcha/integration-wordpress","last_synced_at":"2026-05-03T06:42:15.975Z","repository":{"id":272626737,"uuid":"917107816","full_name":"power-captcha/integration-wordpress","owner":"power-captcha","description":"POWER CAPTCHA protects your WordPress website and WordPress forms against bots and unauthorized persons. GDPR compliant!","archived":false,"fork":false,"pushed_at":"2025-01-30T17:06:45.000Z","size":1573,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T18:21:58.373Z","etag":null,"topics":["bot-protection","captcha","power-captcha","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://power-captcha.com/en/","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/power-captcha.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":"2025-01-15T11:19:11.000Z","updated_at":"2025-01-30T17:06:49.000Z","dependencies_parsed_at":"2025-01-19T22:34:03.245Z","dependency_job_id":null,"html_url":"https://github.com/power-captcha/integration-wordpress","commit_stats":null,"previous_names":["power-captcha/integration-wordpress"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/power-captcha%2Fintegration-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/power-captcha%2Fintegration-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/power-captcha%2Fintegration-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/power-captcha%2Fintegration-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/power-captcha","download_url":"https://codeload.github.com/power-captcha/integration-wordpress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246014509,"owners_count":20709825,"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":["bot-protection","captcha","power-captcha","wordpress","wordpress-plugin"],"created_at":"2025-02-02T11:19:39.920Z","updated_at":"2026-05-03T06:42:10.940Z","avatar_url":"https://github.com/power-captcha.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POWER CAPTCHA Integration for WordPress\n\n[POWER CAPTCHA](https://power-captcha.com/en/) protects your WordPress website and WordPress forms against bots and unauthorized persons. GDPR compliant!\n\nSupported Plugins and Forms\n* WordPress Login\n* WordPress Registration\n* WordPress Lost Password\n* WooCommerce Login\n* WooCommerce Registration\n* WooCommerce Lost Password\n* WooCommerce Checkout\n* WPForms\n* WPForms lite\n* Elementor Pro Forms\n* Contact Form 7\n\n## Getting started\n\nFor installation instructions, updates, and detailed information about POWER CAPTCHA for WordPress, please visit our [**WordPress Plugin page**](https://wordpress.org/plugins/power-captcha/).\n\n## Development\n\nNote that the plugin itself is located in the `power-captcha` directory and Composer is only used for development to check and fix WordPress Coding Standards.\n\n### Setup for Development\n\n1. **Clone the project**  \n   Clone the repository to your local machine.\n\n2. **Install development dependencies**  \n   Install the required dependencies via Composer:\n   ```\n   cd integration-wordpress/power-captcha\n   composer install --dev\n   ```\n\n3. **Create a symbolic link in the `wp-content/plugins` directory**  \n   Create a symbolic link to `integration-wordpress/power-captcha` in the WordPress plugins directory:\n   ```\n   PS\u003e New-Item -ItemType SymbolicLink -Path \"\u003cWordPress\u003e/wp-content/plugins/power-captcha\" -Target \"\u003cWorkspace\u003e/integration-wordpress/power-captcha\"\n   ```\n   *(Example using Windows PowerShell)*\n\n### Development Utilities\n\n#### Test code against WordPress Coding Standards (WPCS)\nTo check whether your code complies with the WordPress Coding Standards, execute this command to get a report:\n```\ncomposer cs\n```\n\n#### Fix code to comply with WordPress Coding Standards\nTo automatically format and fix your code to match the WordPress Coding Standards, use:\n```\ncomposer cbf\n```\n\n### Translation\n\n#### Update Translation Files\n\n1. After adding or editing translatable strings, you need to regenerate the POT file:\n   ```\n   cd integration-wordpress\n   composer make-pot\n   ```\n\n2. Next, update the PO files, which contain the language translations:\n   ```\n   composer update-po\n   ```\n\n3. Open the PO files (e.g. `power-captcha-de_DE.po`) and manually translate each string. Once all strings are translated, you must regenerate the JSON translation files:\n   ```\n   composer make-json\n   ```\n\n4. Finally, regenerate the MO files:\n   ```\n   composer make-mo\n   ```\n\n#### Adding a New Language\n\nTo add a new language translation, create a new PO file in `power-captcha/languages/power-captcha/` with the appropriate language code as the suffix. For example:\n`power-captcha-es_ES.po`.\n\nAfter adding the file, follow the steps from *Update Translation Files* (as described above).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpower-captcha%2Fintegration-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpower-captcha%2Fintegration-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpower-captcha%2Fintegration-wordpress/lists"}