PHPackages                             funddy/yodo - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. funddy/yodo

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

funddy/yodo
===========

Simple, fast and customizable HTML sanitizer

1071PHP

Since May 20Pushed 13y ago1 watchersCompare

[ Source](https://github.com/funddy/yodo)[ Packagist](https://packagist.org/packages/funddy/yodo)[ RSS](/packages/funddy-yodo/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yodo
====

[](#yodo)

[![Build Status](https://camo.githubusercontent.com/33464d2bd7cbb4fe1ea28c1cd99965a233c785bc1641c63bb8ecd6ea016e947f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66756e6464792f796f646f2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/funddy/yodo)

Simple, fast and customizable HTML sanitizer.

Setup and Configuration
-----------------------

[](#setup-and-configuration)

Add the following to your composer.json file:

```
{
    "require": {
        "funddy/yodo": "1.0.*"
    }
}
```

Update the vendor libraries:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install

```

Usage
-----

[](#usage)

```
