PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   PHP HTML Parser and Sanitizer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML Parser and Sanitizer
Parse and clean HTML code to keep secure tags
Author: By
Last change:
Date: 2 years ago
Size: 645 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/html-sanitizer", "type": "library", "description": "A lightweight library to make sanitizing HTML easier on PHP.", "keywords": [], "homepage": "https://mirazmac.com", "license": "MIT", "authors": [ { "name": "Miraz Mac", "email": "mirazmac@gmail.com", "homepage": "https://mirazmac.com", "role": "Original Author" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": { "MirazMac\\HtmlSanitizer\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^9" } }