Download the PHP package dimns/simplecsrf without Composer
On this page you can find all versions of the php package dimns/simplecsrf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dimns/simplecsrf
More information about dimns/simplecsrf
Files in dimns/simplecsrf
Download dimns/simplecsrf
More information about dimns/simplecsrf
Files in dimns/simplecsrf
Vendor dimns
Package simplecsrf
Short Description Simple CSRF-token class to prevent CSRF attacks. For forms and AJAX requests.
License MIT
Homepage http://github.com/dimns/simplecsrf
Package simplecsrf
Short Description Simple CSRF-token class to prevent CSRF attacks. For forms and AJAX requests.
License MIT
Homepage http://github.com/dimns/simplecsrf
Please rate this library. Is it a good library?
Informations about the package simplecsrf
Project is deprecated.
Simple CSRF-token class to prevent CSRF attacks
Requirements
- PHP 5.3 or higher is required.
Composer installation
- Get Composer.
- Require SimpleCSRF with
php composer.phar require dimns/simplecsrf
orcomposer require dimns/simplecsrf
(if the composer is installed globally). - Add the following to your application's main PHP file:
require 'vendor/autoload.php';
.
Usage with FORM
php
html
Usage with AJAX
php
html
javascript
All versions of simplecsrf with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package dimns/simplecsrf contains the following files
Loading the files please wait ....