https://github.com/polymorphine/csrf
CSRF protection service handled by PSR-15 middleware
https://github.com/polymorphine/csrf
csrf csrf-protection middleware psr-15 psr-7
Last synced: 14 days ago
JSON representation
CSRF protection service handled by PSR-15 middleware
- Host: GitHub
- URL: https://github.com/polymorphine/csrf
- Owner: polymorphine
- License: mit
- Created: 2022-08-11T07:46:50.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-30T02:40:33.000Z (12 months ago)
- Last Synced: 2025-07-16T06:23:56.739Z (6 months ago)
- Topics: csrf, csrf-protection, middleware, psr-15, psr-7
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymorphine/Csrf
[](https://packagist.org/packages/polymorphine/csrf)
[](https://github.com/polymorphine/csrf/actions)
[](https://coveralls.io/github/polymorphine/csrf?branch=develop)
[](https://packagist.org/packages/polymorphine/csrf)
[](LICENSE)
### CSRF protection service handled by PSR-15 middleware
### Installation with [Composer](https://getcomposer.org/)
```bash
composer require polymorphine/csrf
```
...