PHPackages                             smartsolutionsitaly/cakephp-purifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. smartsolutionsitaly/cakephp-purifier

ActiveCakephp-plugin

smartsolutionsitaly/cakephp-purifier
====================================

HTML Purifier for CakePHP

1.0.0(6y ago)09MITPHPPHP ^7.0

Since Jun 3Pushed 6y agoCompare

[ Source](https://github.com/smartsolutionsitaly/cakephp-purifier)[ Packagist](https://packagist.org/packages/smartsolutionsitaly/cakephp-purifier)[ Docs](https://github.com/smartsolutionsitaly/cakephp-purifier)[ RSS](/packages/smartsolutionsitaly-cakephp-purifier/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

cakephp-purifier
================

[](#cakephp-purifier)

[![LICENSE](https://camo.githubusercontent.com/31d8e64c80cd9ea7e7bcc53caf29e9888aed2e8ee814173e37f83394953987b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736d617274736f6c7574696f6e736974616c792f63616b657068702d70757269666965722e737667)](LICENSE)[![packagist](https://camo.githubusercontent.com/a6ff4648fbb78fc2597a3c378968cb8e47ea3233b36247b837a261e28db3db43/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d736d617274736f6c7574696f6e736974616c7925324663616b657068702d2d70757269666965722d627269676874677265656e2e737667)](https://packagist.org/packages/smartsolutionsitaly/cakephp-purifier)[![issues](https://camo.githubusercontent.com/b8ca3fbf9fa394c7ecac6dba7a95da9124898fb26bc3fe362c944e0134137041/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736d617274736f6c7574696f6e736974616c792f63616b657068702d70757269666965722e737667)](https://github.com/smartsolutionsitaly/cakephp-purifier/issues)[![CakePHP](https://camo.githubusercontent.com/fc9bbc2657f6a0eb38db6e6c0ef4fa43fd571fd65ad6c5eb4131bc028b1e5876/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f43616b655048502d332e362532422d627269676874677265656e2e737667)](https://github.com/cakephp/cakephp)

HTML Purifier for [CakePHP](https://github.com/cakephp/cakephp)

Installation
------------

[](#installation)

You can install *cakephp-purifier* into your project using [Composer](https://getcomposer.org).

```
composer require smartsolutionsitaly/cakephp-purifier
```

Setup
-----

[](#setup)

Insert at the bottom of your *src/Application.php* file the following line:

```
$this->addPlugin('SmartSolutionsItaly/CakePHP/Purifier');
```

And add or edit the method *initialize* in your *Table* classes.

```
public function initialize(array $config)
{
    parent::initialize($config);

    $this->addBehavior('SmartSolutionsItaly/CakePHP/Purifier.Purifier');
}
```

License
-------

[](#license)

Licensed under The MIT License For full copyright and license information, please see the [LICENSE](LICENSE)Redistributions of files must retain the above copyright notice.

Copyright
---------

[](#copyright)

Copyright (c) 2019 Smart Solutions S.r.l. ()

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2532d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7ea26c285d2fb8797369adeb31e5771d4613baafa25bee6293125fd76a9fc51?d=identicon)[smartsolutions](/maintainers/smartsolutions)

---

Top Contributors

[![DevSmartSolutions](https://avatars.githubusercontent.com/u/26815179?v=4)](https://github.com/DevSmartSolutions "DevSmartSolutions (6 commits)")

---

Tags

clientPurifiercakephp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/smartsolutionsitaly-cakephp-purifier/health.svg)

```
[![Health](https://phpackages.com/badges/smartsolutionsitaly-cakephp-purifier/health.svg)](https://phpackages.com/packages/smartsolutionsitaly-cakephp-purifier)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M112](/packages/mews-purifier)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[exercise/htmlpurifier-bundle

HTMLPurifier integration for your Symfony project

27911.3M16](/packages/exercise-htmlpurifier-bundle)[chrisshick/cakephp3-html-purifier

This is a CakePHP3 Purifier Plugin Behavior that cleanses data before it is marshalled into the entity.

12168.1k](/packages/chrisshick-cakephp3-html-purifier)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
