Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 11, 2024
1 parent 0d8076a commit 6d449a0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@
[![License](https://poser.pugx.org/paragonie/ionizer/license)](https://packagist.org/packages/paragonie/ionizer)
[![Downloads](https://img.shields.io/packagist/dt/paragonie/ionizer.svg)](https://packagist.org/packages/paragonie/ionizer)

Input filtering system used in [CMS Airship](https://github.com/paragonie/airship), now available
for use in any project. **Requires PHP 7 or higher.**
Ionizer provides strict typing and input validation for dynamic inputs (i.e. HTTP request parameters).
**Requires PHP 7 or higher.**

## What is Ionizer?

Ionizer is a structured input filtering system ideal for HTTP form data.

### Why is Ionizer important?

Aside from the benefits of being able to strictly type your applications that accept user input,
Ionizer makes it easy to mitigate [some NoSQL injection techniques](https://www.php.net/manual/en/mongodb.security.request_injection.php).

## Installing

Get Composer, then run the following:
Expand Down

0 comments on commit 6d449a0

Please sign in to comment.