Libraries tagged by csrf token
volnix/csrf
177200 Downloads
CSRF protection library that compares provided token to session token to ensure request validity.
bkcore/nocsrf
39591 Downloads
A simple anti-CSRF token generation/checking class written in PHP5.
schnittstabil/csrf-tokenservice
158366 Downloads
Stateless CSRF (Cross-Site Request Forgery) token service.
mezzio/mezzio-csrf
209019 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using mezzio-session
ayesh/stateless-csrf
19883 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.
ingenerator/tokenista
87590 Downloads
Simple signed and expiring token generator and validator - for password reset, CSRF, authentication, whatever
laragear/poke
8611 Downloads
Keep your forms alive, avoid TokenMismatchException by gently poking your Laravel app
kunststube/csrfp
207547 Downloads
A signed token generator for cross site request forgery protection.
elhardoum/nonce-php
14541 Downloads
Fast PHP nonce and CSRF tokens tool
steveclifton/phpcsrftokens
3129 Downloads
Simple PHP CSRF token generator and verifier
phpolar/csrf-response-filter
1009 Downloads
Adds CSRF tokens to PSR-7 HTTP Responses
korotovsky/csrf-validator-bundle
69444 Downloads
Validate CSRF token via annotation
banujan6/csrf-handler
1850 Downloads
CSRF token validator library for PHP
itrack/csrf
13493 Downloads
Easy to use cross site request forgery protection.
rhubarbphp/module-csrfprotection
57459 Downloads
A means to provide token based CSRF protection