Skip to content

Small PHP value sanitizer for me to quick sanitize values inside my project

Notifications You must be signed in to change notification settings

PatrickePatate/chatnitizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

chatnitizer

Small PHP value sanitizer for me to quick sanitize values inside my project

Usage

Refer to Tester.php

$chatnitizer = new Chatnitizer("mode","data_to_sanitize");

where mode can be email, string, url, input, number, removehtml, phone, float, trim

You can also pipe modes to proceed multi-sanitizing at once :

$chatnitizer = new Chatnitizer("mode1|mode2|mode3|...","data_to_sanitize");

About

Small PHP value sanitizer for me to quick sanitize values inside my project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages