Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendlycaptcha/friendly-captcha-wordpress
WordPress plugin for Friendly Captcha. Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
https://github.com/friendlycaptcha/friendly-captcha-wordpress
captcha friendly-captcha gdpr-compliant hacktoberfest integration privacy spam-protection web-forms wordpress
Last synced: about 1 month ago
JSON representation
WordPress plugin for Friendly Captcha. Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
- Host: GitHub
- URL: https://github.com/friendlycaptcha/friendly-captcha-wordpress
- Owner: FriendlyCaptcha
- Created: 2020-11-26T23:41:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:30:42.000Z (2 months ago)
- Last Synced: 2024-11-26T17:31:41.693Z (2 months ago)
- Topics: captcha, friendly-captcha, gdpr-compliant, hacktoberfest, integration, privacy, spam-protection, web-forms, wordpress
- Language: PHP
- Homepage: https://friendlycaptcha.com
- Size: 332 KB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Friendly Captcha for WordPress
![FriendlyCaptcha widget solving screenshot](https://i.imgur.com/BNRdsxS.png) ![FriendlyCaptcha widget finished screenshot](https://i.imgur.com/HlMY7QM.png)
FriendlyCaptcha is a proof-of-work based CAPTCHA alternative that respects the user's privacy, see the [**Friendly Captcha website**](https://friendlycaptcha.com).
## Getting started
Install [**Friendly Captcha for WordPress**](https://wordpress.org/plugins/friendly-captcha/).
## Development
Make sure you have PHP installed (e.g. with `brew install php` on a Mac).
### Install Composer
```shell
cd friendly-captchamkdir -p bin
php -r "copy('https://getcomposer.org/installer', './bin/composer-setup.php');"
php bin/composer-setup.php --install-dir=bin --2.2
```### Install dependencies
```shell
bin/composer.phar install
```### Copy into Wordpress site
The `friendly-captcha` directory is now ready to be installed as a Wordpress plugin by copying it into the `wp-content/plugins` directory of your site.