-
Security Filter for Request HTTP Data can traverse the $_GET, $_POST, $_REQUEST and $_COOKIE request super-global array variables and reset the entries that match certain regular expressions that identify potential dangerous values. Values which contain SQL retrieval queries, cross-site scripting attacks, hexadecimal values, calls to base64_decode and system functions can be filtered. Requirements: PHP 4.0 or higher
-
CSP Filter takes a DOM Document object loaded with the structure of an HTML document and process it to find violations of the Content Security Policy definition. The document structure is changed in order to filter and enforce the policy definition, meaning the class can serve a compliant HTML document. Requirements: PHP 5.0 or higher
-
My Image Filter opens an image and applies several filters to it. Currently it can apply 26 types of filters based on PHP image extension functions. Some filters that depend on image functions only available on PHP 5 can be applied with PHP 4 using alternative implementation with PHP 4 compatible code that is provide as separate scripts with this ...
-
Filter Array into Categorized format traverses an array with associative array search for entries with a given key string. A new array with associative array entries, grouped by the same key string value, is built. Requirements: PHP 5.0 or higher
-
Specific directories and files can be filtered using regular expressions.
-
imageFiltersIndex can be extended by adding custom filters.Key Features of imageFiltersIndex:- grayscale: Turn an image grayscale- sepia: Turn an image older than it is- yellowize: Add a yellow layer in the front of image (transparent or solid)Requirements: PHP GD extension
-
Text Iterator traverses a given text string and find all characters that match a given pattern of characters. The strings that match the pattern get passed to a specific callback function to be processed arbitrarily.The patterns of characters to match can be given as an array of characters strings, or a string that specifies that the match of characters in ...
-
A text value can be subjected to several types of validations. Each validation returns the filtered value or false if the input is not valid.Currently Filtreatment can perform the validations for: integer values, floating point values, strip HTML tags, regular expression matching, e-mail address, HTML without potential cross site scripting (XSS) exploits, and escaped text values for SQL queries to ...
-
E-mail addresses, phone numbers and URLs can be validated. PHP Data Validation may also filter HTML data to remove tags and attributes that could be used to perform Cross-Site Scripting (XSS) exploits.Requirements:PHP 5.0 or higher
-
Image Nudity Filter can be used to determine whether an image may contain nudity. It analyses the colors used in different sections of an image to determine whether those colors match the human skin color tones.As result of the analysis it returns a score value that reflects the probability of the image to contain nudity. Additionally, it can output a ...
-
Fox filter is meant to filter redundant MySQL database query results that be returned when querying three tables that establish many-to-many relationships.The class' function named out_put returns an associative a two dimenstional array of records. It may either return a list of the filtered results indexed numerically, or as an associative array.The associative array index values are the names of ...
-
This class can be used to get the last lines of a file like the Unix tail command.It can also filter the retrieved lines so only the lines that have a certain keyword or match a given regular expression are returned, like when using the Unix grep command.It uses pure PHP commands so it can work on non-Unix like systems.The ...
-
This bad word filter class is completly customizable. You may select which words you want to replace and remove one's you don't. You also have an option to replace bad words with a specific filter character. This class is extremely fast for what it does, and it is case-insensative. So parsing large files, such as forum posts is not a ...
-
Class for reading a directory structure. Supports include and exclude filters, recursion, files only, directories only. Very simple to use.
-
Spam Filter can automatically classify text messages to determine whether or not their are considered to be spam. It can build a knowledge base of known text expressions that can be looked up later to evaluate a factor that expresses the probability of a given text to be spam.Spam Filter could be used in Web mail applications or even in ...

