Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/pow-captcha-for-wordpress
https://github.com/aeyoll/pow-captcha-for-wordpress
Last synced: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:07:19.000Z (6 months ago)
- Last Synced: 2024-10-11T00:45:42.092Z (3 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
}
}
}
```