zendframework/zend-expressive-csrf

This package is abandoned and no longer maintained. The author suggests using the mezzio/mezzio-csrf package instead.

CSRF token generation and validation for PSR-7 and PSR-15 applications using zend-expressive-session

1.0.1 2019-06-24 22:33 UTC

This package is auto-updated.

Last update: 2020-01-29 14:59:55 UTC


README

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-csrf.

Build Status Coverage Status

Provides CSRF token generation and validation for PSR-7 applications, using zend-expressive-session, and optionally zend-expressive-flash.

Installation

Run the following to install this library:

$ composer require zendframework/zend-expressive-csrf

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.