Libraries tagged by csrf session
aura/session
1109418 Downloads
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
paragonie/anti-csrf
171285 Downloads
Paragon Initiative's Anti-CSRF Security Library
volnix/csrf
177293 Downloads
CSRF protection library that compares provided token to session token to ensure request validity.
ayesh/stateless-csrf
19906 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.
schnittstabil/csrf-tokenservice
158371 Downloads
Stateless CSRF (Cross-Site Request Forgery) token service.
mezzio/mezzio-csrf
209181 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using mezzio-session
davwheat/session-keepalive
1489 Downloads
Automatically refreshes user CSRF tokens to prevent interaction errors after idling.
resonantcore/anti-csrf
12 Downloads
Paragon Initiative's Anti-CSRF Security Library
schnittstabil/psr7-csrf-middleware
109591 Downloads
Stateless PSR-7 CSRF (Cross-Site Request Forgery) protection middleware - simple Slim Framework 3 integration.
schnittstabil/csrf-twig-helpers
34688 Downloads
CSRF (Cross-Site Request Forgery) protection helpers for the Twig templating engine.
pinga/session
428 Downloads
Modern session management for PHP
zendframework/zend-expressive-csrf
40880 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using zend-expressive-session
odan/slim-csrf
1281 Downloads
A CSRF protection middleware
odan/csrf
622 Downloads
A CSRF protection middleware
psecio/security-bundle
0 Downloads
A bundle of recommended PHP security libraries