Download the PHP package zakirullin/csrf-middleware without Composer
On this page you can find all versions of the php package zakirullin/csrf-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zakirullin/csrf-middleware
More information about zakirullin/csrf-middleware
Files in zakirullin/csrf-middleware
Download zakirullin/csrf-middleware
More information about zakirullin/csrf-middleware
Files in zakirullin/csrf-middleware
Vendor zakirullin
Package csrf-middleware
Short Description PSR-15 middleware to handle CSRF-token verification
License MIT
Homepage https://github.com/zakirullin/csrf-middleware
Package csrf-middleware
Short Description PSR-15 middleware to handle CSRF-token verification
License MIT
Homepage https://github.com/zakirullin/csrf-middleware
Please rate this library. Is it a good library?
Informations about the package csrf-middleware
zakirullin/csrf-middleware
A PSR-15 middleware to automate CSRF-token verification process
Requirements
- PHP >= 7.1
- A PSR-7 http message implementation (Diactoros, Guzzle, Slim, etc...)
- A PSR-15 middleware dispatcher
Installation
This package is installable and autoloadable via Composer as zakirullin/csrf-middleware.
PHP
HTML
Options
$getIdentity(ServerRequestInterface $request)
A callback that should return a string containing some per-user unique identity. For example - session id
.
The MIT License (MIT). Please see LICENSE for more information.
All versions of csrf-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
psr/http-message Version ^1.0.1
psr/http-server-middleware Version ^1.0
middlewares/utils Version ^2.1.1
zendframework/zend-diactoros Version ^1.7.0
psr/http-message Version ^1.0.1
psr/http-server-middleware Version ^1.0
middlewares/utils Version ^2.1.1
zendframework/zend-diactoros Version ^1.7.0
The package zakirullin/csrf-middleware contains the following files
Loading the files please wait ....