文件名称:purify:用于LaravelHTML Purifier Sanitizer
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-23 13:57:01
php laravel html-sanitizer html-purifier LaravelPHP
净化 Purify是用于LaravelHTML输入清理器。 它使用了 。 要求 PHP> = 7.1 Laravel> = 5.5 安装 要安装Purify,请在项目的根目录中运行以下命令: composer require stevebauman/purify 然后,使用以下命令发布配置文件: php artisan vendor:publish --provider= " Stevebauman\Purify\PurifyServiceProvider " 如果您使用的是Lumen,则应手动复制配置文件purify.php ,并将此行添加到bootstrap / app.php中: $ app -> register ( Stevebauman \ Purify \ PurifyServiceProvider ::class); 用法 清洁琴弦 要清除用户输入,只需使用clean方法: $ input = '[removed]alert("Harmful Script");[removed] <p style="a style" class="a-different
【文件预览】:
purify-master
----.gitignore(46B)
----README.md(7KB)
----tests()
--------PurifyTest.php(2KB)
--------.gitkeep(0B)
--------TestCase.php(432B)
----phpunit.xml(544B)
----composer.json(1KB)
----.scrutinizer.yml(46B)
----src()
--------Purify.php(1KB)
--------PurifyServiceProvider.php(2KB)
--------Facades()
----config()
--------purify.php(4KB)
----.travis.yml(207B)