https://github.com/aeyoll/pow-captcha-for-wordpress
https://github.com/aeyoll/pow-captcha-for-wordpress
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/pow-captcha-for-wordpress
- Owner: aeyoll
- License: gpl-3.0
- Created: 2023-06-15T17:35:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T20:55:38.000Z (5 months ago)
- Last Synced: 2025-02-07T21:28:51.743Z (5 months ago)
- Language: PHP
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pow Captcha for WordPress
This plugin allows you to validate Contact Form 7 forms using Pow Captcha.
Requirements
---PHP 7.1+ is needed to use this module.
Installation
---Require the plugin with Composer using the following command:
```sh
composer require aeyoll/pow-captcha-for-wordpress
```Note, you must have "composer/installers" allowed in your `composer.json` order to property install the plugin:
```json
{
"name": "your/project",
"require": {
"aeyoll/pow-captcha-for-wordpress": "^1.0",
"composer/installers": "^2.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
```