PHPackages                             erivello/simple-html-dom-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. erivello/simple-html-dom-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

erivello/simple-html-dom-bundle
===============================

Bundle around Simple HTML DOM library

945.9k↓50%13[2 issues](https://github.com/erivello/SimpleHtmlDomBundle/issues)PHP

Since Jul 21Pushed 12y ago2 watchersCompare

[ Source](https://github.com/erivello/SimpleHtmlDomBundle)[ Packagist](https://packagist.org/packages/erivello/simple-html-dom-bundle)[ RSS](/packages/erivello-simple-html-dom-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

SimpleHtmlDomBundle
===================

[](#simplehtmldombundle)

This bundle provides a simple integration of the [Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net) into Symfony2. Simple HTML DOM Parser is a HTML DOM parser written in PHP5+ that let you manipulate HTML, find tags on an HTML page with selectors just like jQuery and extract contents from HTML.

[![Build Status](https://camo.githubusercontent.com/d22d6f613b8158bbd6a024f93172fe19c91a9228ab0c1ca7e0d89428a4eced61/68747470733a2f2f7472617669732d63692e6f72672f65726976656c6c6f2f53696d706c6548746d6c446f6d42756e646c652e706e67)](https://travis-ci.org/erivello/SimpleHtmlDomBundle)

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

[](#installation)

Installation is very easy, it makes use of [Composer](http://getcomposer.org/).

Add SimpleHtmlDomBundle to your composer.json

```
"require": {
    "erivello/simple-html-dom-bundle": "dev-master"
}

```

Register the bundle in `app/AppKernel.php`:

```
