Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1.24 KB

tab_php.md

File metadata and controls

31 lines (25 loc) · 1.24 KB
title displaytext layout tab order tags
php
CSRF Protector PHP Library
true
1
php

What is CSRF Protector PHP library?

Its a standalone PHP library for mitigating Cross-Site Request Forgery (CSRF) vulnerabilities in web applications, which can be used with any existing web application or while developing a new one. More information available at Github wiki

Features Offered

CSRF Protection provide protection for:

  • Normal HTML forms (POST/GET)
  • Normal Get requests (Not enabled by default)
  • Ajax Requests (XHR)
  • Dynamically generated forms

Damages Mitigated: Cross-Site Request Forgery

CSRF Protector provides mitigation against Cross-Site Request Forgery a.k.a CSRF or XSRF.

How to contribute

To contribute to the code fork and send a pull to the GitHub Repository.

Current Status

Version 1.0.1 Released!

TODOs

All todos for CSRF Protector PHP are listed at todofy/mebjas/CSRF-Protector-PHP

Download Now: CSRF-Protector-PHP