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

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

iloh/simple-html-dom-bundle
===========================

The maintained version of 'Bundle around Simple HTML DOM library'

1.2.0(3y ago)06.2k1MITPHPPHP &gt;=8.1

Since Feb 3Pushed 2mo agoCompare

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

READMEChangelogDependencies (16)Versions (11)Used By (0)

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

[](#simplehtmldombundle)

Original package  was abandoned. This is attempt to giving to good bundle second chance. This bundle provides a simple integration of the [Simple HTML DOM Parser](http://simplehtmldom.sourceforge.net) into Symfony 5. ##I will do my best to support and timely update this package to supporting latest Symfony version.

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/).

composer require iloh/simple-html-dom-bundle
--------------------------------------------

[](#composer-require-ilohsimple-html-dom-bundle)

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

```
