Libraries tagged by SQL Injection
guanguans/soar-php
16832 Downloads
SQL optimizer and rewriter(assisted SQL tuning). - SQL 优化器和重写器(辅助 SQL 调优)。
yidas/magic-quotes-gpc
26 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
aszone/vulnerabilities
343 Downloads
AsZone Component - Avenger Vulnerabilities
xaron/cloud-firewall
62 Downloads
Protect your website against bots/spam/flood as using Cloudflare service.
ninjaphp/ninja
613 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.
zeratulus/php-sql-injection-filter
8 Downloads
Simple SQL injection detection tool
denniscarrazeiro/php-sql-builder-module
4 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
10 Downloads
fir2be/sanitizer
7 Downloads
A security sanitizer package for Laravel to prevent SQL injection and executable file uploads.
dzentota/secure-db
5 Downloads
A secure-by-default PDO wrapper that prevents SQL injection and provides a developer-friendly API
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
94 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
filipsedivy/attack-protect
125 Downloads
Effective protection website
swew/db
24 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.