muhamed-didovic / csrf
Protect your application from cross-site request forgery (CSRF) attacks
0.0.3
2019-05-27 17:05 UTC
Requires
- illuminate/auth: 5.4.*
- illuminate/broadcasting: 5.4.*
- illuminate/cache: 5.4.*
- illuminate/config: 5.4.*
- illuminate/container: 5.4.*
- illuminate/contracts: 5.4.*
- illuminate/cookie: 5.4.*
- illuminate/encryption: 5.4.*
- illuminate/events: 5.4.*
- illuminate/hashing: 5.4.*
- illuminate/log: 5.4.*
- illuminate/mail: 5.4.*
- illuminate/notifications: 5.4.*
- illuminate/pagination: 5.4.*
- illuminate/redis: 5.4.*
- illuminate/routing: 5.4.*
- illuminate/support: 5.4.*
- illuminate/translation: 5.4.*
- illuminate/validation: 5.4.*
- illuminate/view: 5.4.*
- larapack/dd: 1.*
- nesbot/carbon: ^1.37
Requires (Dev)
- orchestra/testbench-core: ^3.4
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-29 05:29:01 UTC
README
Protect your application from cross-site request forgery (CSRF) attacks
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
bin/
config/
src/
tests/
vendor/
Install
Via Composer
$ composer require muhamed-didovic/csrf
Usage
$csrf = new MuhamedDidovic\Csrf\Csrf(); $csrf->check();
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email muhamed.didovic@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.