Libraries tagged by sql-injection
guanguans/soar-php
13576 Downloads
SQL optimizer and rewriter(assisted SQL tuning). - SQL 优化器和重写器(辅助 SQL 调优)。
yidas/magic-quotes-gpc
25 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
aszone/vulnerabilities
338 Downloads
AsZone Component - Avenger Vulnerabilities
yidas/magic-quotes
91 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
swew/db
23 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
zeratulus/php-sql-injection-filter
3 Downloads
Simple SQL injection detection tool
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
jasonsarino/php-formvalidator
7 Downloads
fir2be/sanitizer
5 Downloads
A security sanitizer package for Laravel to prevent SQL injection and executable file uploads.
dmk/mkphpids
8801 Downloads
Currently the PHPIDS detects all sorts of XSS, SQL Injection, header injection, directory traversal, RFE/LFI, DoS and LDAP attacks. Through special conversion algorithms the PHPIDS is even able to detect heavily obfuscated attacks.
filipsedivy/attack-protect
123 Downloads
Effective protection website
satuduasatu/sqlid
7 Downloads
SQL Injection Detector using Regex and Aho-Corasick algorithm for preventing SQL Injection attack.
rafaelcaviquioli/php-clean-request
27 Downloads
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.
mmeyer2k/laravel-sqli-guard
786 Downloads
SQL injection prevention plugin for laravel
konecta/purify-helper
18 Downloads
:validación de contenido para SQL injection y XSS, de la KSF