jakulov/captcha-protector

Universal captcha protector

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:captcha

dev-master 2015-05-27 22:15 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:33:42 UTC


README

PHP Captcha Protector tiny library

This library is useful, when you need a simple captcha protection for any of you website part. It could be login form, or search form. Captcha Protector will help you protect your project from brute-force attacks or spam.

Installation

You can install Captcha Protector via composer

require jakulov/captcha-protector

Live examples

Live examples presented at http://cp.jakulov.ru The code of examples can be found in this repo: src/examples

You can run examples on your machine, if you have installed PHP. To do this, just clone this repo. Than in console do:

composer install
cd app
php -S localhost:8000

And now open http://localhost:8000/app/

If you don't have composer, visit https://getcomposer.org/download/

TODO

  1. Request new captcha image without page reload