Libraries tagged by SQL Injection
guanguans/soar-php
15716 Downloads
SQL optimizer and rewriter(assisted SQL tuning). - SQL 优化器和重写器(辅助 SQL 调优)。
zeratulus/php-sql-injection-filter
8 Downloads
Simple SQL injection detection tool
yidas/magic-quotes-gpc
25 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
61 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.
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
0 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
91 Downloads
Implement magic_quotes_gpc on PHP 5.4 above version for legacy code
filipsedivy/attack-protect
125 Downloads
Effective protection website
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.