File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66[ ![ License] ( https://poser.pugx.org/paragonie/ionizer/license )] ( https://packagist.org/packages/paragonie/ionizer )
77[ ![ Downloads] ( https://img.shields.io/packagist/dt/paragonie/ionizer.svg )] ( https://packagist.org/packages/paragonie/ionizer )
88
9- Input filtering system used in [ CMS Airship ] ( https://github.com/paragonie/airship ) , now available
10- for use in any project. ** Requires PHP 7 or higher.**
9+ Ionizer provides strict typing and input validation for dynamic inputs (i.e. HTTP request parameters).
10+ ** Requires PHP 7 or higher.**
1111
1212## What is Ionizer?
1313
1414Ionizer is a structured input filtering system ideal for HTTP form data.
1515
16+ ### Why is Ionizer important?
17+
18+ Aside from the benefits of being able to strictly type your applications that accept user input,
19+ Ionizer makes it easy to mitigate [ some NoSQL injection techniques] ( https://www.php.net/manual/en/mongodb.security.request_injection.php ) .
20+
1621## Installing
1722
1823Get Composer, then run the following:
You can’t perform that action at this time.
0 commit comments