zendframework / zend-expressive-csrf
CSRF token generation and validation for PSR-7 and PSR-15 applications using zend-expressive-session
Installs: 40 852
Dependents: 1
Suggesters: 1
Security: 0
Stars: 10
Watchers: 17
Forks: 6
Open Issues: 0
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-server-middleware: ^1.0
- zendframework/zend-expressive-session: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0.2
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-expressive-flash: ^1.0
Suggests
- zendframework/zend-expressive-flash: ^1.0.0alpha1 || ^1.0 To back CSRF tokens using flash messages
Conflicts
- phpspec/prophecy: <1.7.2
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.
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.