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

Cross Site Request Forgery security component.

Maintainers

Details

github.com/glowyphp/csrf

Source

Issues

Installs: 1 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/atomastic/csrf

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

This package is auto-updated.

Last update: 2025-08-07 10:50:33 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