Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alnorris/svg-sanitizer

Whitelist-based PHP SVG sanitizer.
https://github.com/alnorris/svg-sanitizer

Last synced: 5 days ago
JSON representation

Whitelist-based PHP SVG sanitizer.

Awesome Lists containing this project

README

        

SVG Sanitizer
======

Whitelist-based PHP SVG sanitizer.

Usage
-----

```php
load("evil.svg");

// sanitize!
$svg->sanitize();

// Print out sanitized SVG
echo $svg->saveSVG();

?>
```

License
-------

[MIT](http://opensource.org/licenses/MIT)