This package is abandoned and no longer maintained. The author suggests using the glowy/csrf package instead.

Cross Site Request Forgery security component.

v3.0.0 2022-07-03 16:28 UTC

This package is auto-updated.

Last update: 2022-10-09 08:16:21 UTC


README

Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.

License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


Installation

With Composer

composer require glowy/csrf

Resources

Tests

Run tests

./vendor/bin/pest

License

The MIT License (MIT) Copyright (c) Sergey Romanenko