Download the PHP package friendsofhyperf/purifier without Composer
On this page you can find all versions of the php package friendsofhyperf/purifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofhyperf/purifier
More information about friendsofhyperf/purifier
Files in friendsofhyperf/purifier
Download friendsofhyperf/purifier
More information about friendsofhyperf/purifier
Files in friendsofhyperf/purifier
Please rate this library. Is it a good library?
Informations about the package purifier
Purifier
HTML filter. forked from mews/purifier.
Installation
Require this package with composer:
The service provider will be auto-discovered. You do not need to add the provider anywhere.
Usage
Use these methods inside your requests or middleware, wherever you need the HTML cleaned up:
or
dynamic config
or
use URI filter
Alternatively, if you're looking to clean your HTML inside your Eloquent models, you can use our custom casts:
Configuration
To use your own settings, publish config.
Config file config/autoload/purifier.php
should like this
All versions of purifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ezyang/htmlpurifier Version ^4.17.0
hyperf/context Version ~3.1.0
hyperf/contract Version ~3.1.0
hyperf/support Version ~3.1.0
ezyang/htmlpurifier Version ^4.17.0
hyperf/context Version ~3.1.0
hyperf/contract Version ~3.1.0
hyperf/support Version ~3.1.0
The package friendsofhyperf/purifier contains the following files
Loading the files please wait ....