Libraries tagged by ssrf
slim/csrf
Downloads
schnittstabil/csrf-tokenservice
157572 Downloads
Stateless CSRF (Cross-Site Request Forgery) token service.
mezzio/mezzio-csrf
198130 Downloads
CSRF token generation and validation for PSR-7 and PSR-15 applications using mezzio-session
kunststube/csrfp
206422 Downloads
A signed token generator for cross site request forgery protection.
dneustadt/csrf-cookie-bundle
74762 Downloads
CSRF protection cookie for use with XHR
ayesh/stateless-csrf
18165 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.
selective/samesite-cookie
138359 Downloads
Secure your site with SameSite cookies
phery/phery
12642 Downloads
XAJAX alternative, phery.js is a library in PHP that maps to all jQuery functions, DOM manipulation, meta arguments and serialization, seamless ajax integration, RESTful emulation, form submission and partial rendering views, plus its PSR-0 compatible
laragear/poke
7976 Downloads
Keep your forms alive, avoid TokenMismatchException by gently poking your Laravel app
ingenerator/tokenista
85190 Downloads
Simple signed and expiring token generator and validator - for password reset, CSRF, authentication, whatever
hungnguyenckc/linkedin-api-php-client
83607 Downloads
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
aura/input
74604 Downloads
This package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. Note that this package does not include output functionality, although the "hints" provided by the Form object can be used with any presentation system to generate an HTML form.
vdlp/oc-csrf-plugin
35899 Downloads
Adds CSRF protection to October CMS frontend.
thecodingmachine/csrf-header-check-middleware
29715 Downloads
A PHP PSR-15 compliant middleware that checks for CSRF attacks.
simplerisk/csrf-magic
3436 Downloads
Cross Site Request Forgery security library. Fork from ezyang/csrf-magic with extra functions.