jakulov / captcha-protector

PHP Captcha Protector tiny library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

captcha-protector

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

About

PHP Captcha Protector tiny library

License:MIT License


Languages

Language:HTML 64.1%Language:PHP 29.8%Language:CSS 6.1%