PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   PHP Sanitize String   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sanitize String
Remove insecure or unnecessary parts of a string
Author: By
Last change:
Date: 1 year ago
Size: 766 bytes
 

Contents

Class file image Download
{ "name": "maniruzzaman/sanitizer", "description": "A php package that would sanitize your every input and HTML", "type": "library", "license": "MIT", "version": "0.0.7", "authors": [ { "name": "ManiruzzamanAkash", "email": "manirujjamanakash@gmail.com", "homepage": "https://akash.devsenv.com" } ], "require": { "php": ">=7.1" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Maniruzzaman\\Sanitizer\\": "src/", "Maniruzzaman\\SanitizerTest\\": "tests/" }, "files": [ "src/functions.php" ] }, "require-dev": { "phpunit/phpunit": "^7" } }