You can add recaptcha easily PDOCrud. You will only need to get the site key and secret key from google.
$pdocrud = new PDOCrud(); $pdocrud->recaptcha("your-site-key","site-secret");//site key and site secret echo $pdocrud->dbTable("employee")->render("insertform");