PHPackages                             martyrer/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. martyrer/simple-html-dom-bundle

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

martyrer/simple-html-dom-bundle
===============================

Bundle around Simple HTML DOM library

1.2(3y ago)133.1k↓16.7%MITPHPPHP ^7.1

Since Jul 21Pushed 3y ago1 watchersCompare

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

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

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

[](#simplehtmldombundle)

This bundle provides a simple integration of the [Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net) into Symfony 3.4/4.0. 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.

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

[](#installation)

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

Add SimpleHtmlDomBundle to your composer.json

```
    composer require martyrer/simple-html-dom-bundle

```

Usage
-----

[](#usage)

You can access the SimpleHtmlDomBundle by the `simple_html_dom` service:

```
