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

https://github.com/glowyphp/csrf

Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
https://github.com/glowyphp/csrf

csrf glowy glowyphp package php php-package security

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Csrf



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](https://getcomposer.org)

```
composer require glowy/csrf
```

### Resources
* [Documentation](https://awilum.github.io/glowyphp/csrf)

### Tests

Run tests

```
./vendor/bin/pest
```

### License
[The MIT License (MIT)](https://github.com/glowyphp/csrf/blob/master/LICENSE.txt)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)