Libraries tagged by SQL Injection
mmeyer2k/laravel-sqli-guard
761 Downloads
SQL injection prevention plugin for laravel
yidas/magic-quotes-gpc
25 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
aszone/vulnerabilities
334 Downloads
AsZone Component - Avenger Vulnerabilities
filipsedivy/attack-protect
123 Downloads
Effective protection website
xaron/cloud-firewall
61 Downloads
Protect your website against bots/spam/flood as using Cloudflare service.
ninjaphp/ninja
610 Downloads
A simple but very effective PHP firewall. It enables you to easily block most SQL and XSS injections. It also includes a white-/blacklisting of IP's and throttling request using Leaky Bucket.
denniscarrazeiro/php-sql-builder-module
1 Downloads
A library that proposes the exchange query strings for easy-to-understand objects.
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
6 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.
yidas/magic-quotes
89 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
swew/db
17 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.
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.