An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Polymorphine/Csrf
[![Latest stable release](https://poser.pugx.org/polymorphine/csrf/version)](https://packagist.org/packages/polymorphine/csrf)
[![Build status](https://github.com/polymorphine/csrf/workflows/build/badge.svg)](https://github.com/polymorphine/csrf/actions)
[![Coverage status](https://coveralls.io/repos/github/polymorphine/csrf/badge.svg?branch=develop)](https://coveralls.io/github/polymorphine/csrf?branch=develop)
[![PHP version](https://img.shields.io/packagist/php-v/polymorphine/csrf.svg)](https://packagist.org/packages/polymorphine/csrf)
[![LICENSE](https://img.shields.io/github/license/polymorphine/csrf.svg?color=blue)](LICENSE)
### CSRF protection service handled by PSR-15 middleware

### Installation with [Composer](https://getcomposer.org/)
```bash
composer require polymorphine/csrf
```

...