CSRF-Protector-PHP:CSRF保护器库

时间:2021-05-10 05:03:16
【文件属性】:
文件名称:CSRF-Protector-PHP:CSRF保护器库
文件大小:100KB
文件格式:ZIP
更新时间:2021-05-10 05:03:16
php security owasp csrf csrf-protector CSRF保护器 CSRF保护器php,一个独立的php库,用于缓解Web应用程序中的csrf。 易于集成到任何php Web应用程序中。 使用packagist添加到您的项目 将composer.json文件添加到您的项目目录 { " require " : { " owasp/csrf-protector-php " : " dev-master " } } 然后打开终端(或命令提示符),移至项目目录并运行 composer install # # Or alternatively php composer.phar install 这会将CSRFP添加到您的项目目录中(库将在./vendor/owasp/csrf-protector-php下载)。 查看以获得有关作曲家的更多帮助! 配置 对于作曲家安装:将config.sample.php文件复制到c
【文件预览】:
CSRF-Protector-PHP-master
----composer.json(483B)
----.travis.yml(943B)
----docs()
--------index()
--------search()
--------index.html(109B)
--------javascript()
--------styles()
--------files()
----readme.md(3KB)
----.github()
--------ISSUE_TEMPLATE()
----test()
--------testHelpers.php(2KB)
--------csrfprotector_test.php(24KB)
--------config.testInit_incompleteConfigurationException.php(487B)
--------config.test.php(627B)
--------csrfprotector_test_customlogger.php(3KB)
--------config.testInit_withoutInjectedCSRFGuardScript.php(588B)
--------fakeLogger.php(755B)
----js()
--------index.php(186B)
--------csrfprotector.js(11KB)
--------README.md(2KB)
----CONTRIBUTING.md(3KB)
----.coveralls.yml(123B)
----.gitignore(74B)
----CODE_OF_CONDUCT.md(3KB)
----phpunit.xml.dist(557B)
----licence.md(557B)
----libs()
--------index.php(186B)
--------csrf()
--------README.md(2KB)
--------config.sample.php(952B)

网友评论