PHPackages                             rafaelcaviquioli/php-clean-request - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. rafaelcaviquioli/php-clean-request

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

rafaelcaviquioli/php-clean-request
==================================

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.

327

Since Jun 23Compare

[ Source](https://github.com/rafaelcaviquioli/php-clean-request)[ Packagist](https://packagist.org/packages/rafaelcaviquioli/php-clean-request)[ RSS](/packages/rafaelcaviquioli-php-clean-request/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PhpCleanRequest
===============

[](#phpcleanrequest)

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.

Recommended for applications where old functions are still used such as `` `mysql\_query``` where there is no automatic processing of sql injection

- Remove SQL injection
- Add caracter scape

***Use PhpCleanRequest***

```

```

***Not use PhpCleanRequest***

```
