This package is abandoned and no longer maintained. No replacement package was suggested.

CSRF security with different interfaces and drivers. For the Storage and how to use it.

Maintainers

Package info

github.com/IO-Jaegers/CSRF

pkg:composer/io-jaegers/csrf

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2023-01-23 08:09 UTC

This package is auto-updated.

Last update: 2024-06-26 14:05:53 UTC


README

Security CSRF

<?php
    namespace IOJaegers;
    require_once './vendor/autoload.php';

    use IOJaegers\CSRF\CSRF;

    $csrf = CSRF::getCsrf();

    CSRF::onEventStartup();
?>