How to Implement a List of Validations to Apply to HTTP Request Parameters using Filter Classes - Ionizer PHP Filter Input package blog

Recommend this page to a friend!
  All package blogs All package blogs   Ionizer PHP Filter Input Ionizer PHP Filter Input   Blog Ionizer PHP Filter Input package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement a Li...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Updated on: 2021-08-30

Posted on: 2021-08-30

Package: Ionizer PHP Filter Input

One of the most important security measures of Web applications is to validate and filter the input users passed to the application from external systems.

There are many solutions to validate and filter values of common types.

This package provides a solution that developers can adapt to validate filter any value by using classes that can perform any verification of the input values.




Loaded Article

About the Ionizer PHP Filter Input Package

The package Ionizer PHP Filter Input is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Filter input values by chaining filter objects

Here follows in more detail what it does:

This package can filter input values by chaining filter objects.

It provides a general filter container class that can queue a list of filter objects to apply to each expected filter value.

The container filter class take an associative array of values for instance from PHP $_POST or $_GET and then it calls all the queued filter objects to check if the values they match all the filter conditions.

If one filter condition fails, the container filter class triggers an exception.

Conclusion

The Ionizer PHP Filter Input can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




You need to be a registered user or login to post a comment

1,584,297 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:

FacebookGmail
HotmailStackOverflow
GitHubYahoo


Comments:

No comments were submitted yet.




  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   Ionizer PHP Filter Input Ionizer PHP Filter Input   Blog Ionizer PHP Filter Input package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement a Li...  
For more information send a message to info at phpclasses dot org.