Welcome to the GitHub repository for the Prosopo Procaptcha Integration for WordPress!
This repository serves as a GitHub mirror of the official WordPress SVN repository, designed to streamline community collaboration and contributions.
We ensure this repository is kept up-to-date with the latest version. Feel free to open issues or submit pull requests directly here — any changes made will be included in the next official release.
The plugin is distributed via the official WordPress Plugin Repository: Prosopo Procaptcha.
To install manually you'll need to clone the repository and build the assets:
git clone [email protected]:prosopo/procaptcha-wordpress-plugin.git .cd assets; corepack use yarn@latest; yarn build:all- Now you can copy the
prosopo-procaptchadirectory and add it to your local WordPress installation by placing it in thewp-content/pluginsfolder.
This repository includes both the plugin code, and the workflow tools:
.github/workflows- GitHub Actions: (CI/CD) workflowsassets- TypeScript and Sass source files; ESLint, Prettifier and Vite configsdata-for-tests- files involved in GitHub actionsphp-tools-
code-quality- composer packages and configs for PHPStan, PHPSniffer and Pestorigin-vendors- composer dependenciesscoper- PHP tool for package scoping (as WP doesn't support composer)
prosopo-procaptcha- plugin source codetests- end-to-end Cypress teststools- bash scripts, used CI/CD or manually.wordpress-org-assets- images for the WordPress SVN repository
We would be excited if you decide to contribute 🤝
Please read the for-devs.md file for project guidelines and agreements.