academy01/input-sanitizer
Composer 安装命令:
composer require academy01/input-sanitizer
包简介
PHP Package to Sanitizes a String or Array to prevent common Vulnerabilities
README 文档
README
Sanitizes a string or array to prevent common vulnerabilities.
Installation
Use the Composer to install Input-Sanitizer.
composer require academy01/input-sanitizer
Usage
add it to your project and use the commands.
require 'vendor/autoload.php';
Commands
to sanitize the string or array use this, and pass the input:
InputSanitizer::sanitize($input);
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-03