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

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

joesenova/simple-html-dom-bundle
================================

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

1.3.0(1y ago)068MITPHPPHP &gt;=8.2

Since Feb 3Pushed 1y agoCompare

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

READMEChangelogDependencies (9)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 joesenova/simple-html-dom-bundle
-------------------------------------------------

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

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

```
