Download the PHP package iloh/simple-html-dom-bundle without Composer
On this page you can find all versions of the php package iloh/simple-html-dom-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iloh/simple-html-dom-bundle
More information about iloh/simple-html-dom-bundle
Files in iloh/simple-html-dom-bundle
Package simple-html-dom-bundle
Short Description The maintained version of 'Bundle around Simple HTML DOM library'
License MIT
Homepage https://github.com/ilohpro/SimpleHtmlDomBundle
Informations about the package simple-html-dom-bundle
SimpleHtmlDomBundle
Original package https://github.com/erivello/SimpleHtmlDomBundle was abandoned. This is attempt to giving to good bundle second chance. This bundle provides a simple integration of the Simple HTML DOM Parser 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 is very easy, it makes use of Composer.
composer require iloh/simple-html-dom-bundle
Register the bundle in app/AppKernel.php
:
Usage
You can access the SimpleHtmlDomBundle by the simple_html_dom
service:
`
License
The SimpleHtmlDomBundle is licensed under the MIT license.
All versions of simple-html-dom-bundle with dependencies
doctrine/annotations Version ^1.0
symfony/framework-bundle Version ^5.0 || ^6.0
symfony/finder Version ^5.0 || ^6.0
symfony/form Version ^5.0 || ^6.0
symfony/security-csrf Version ^5.0 || ^6.0
symfony/validator Version ^5.0 || ^6.0
symfony/yaml Version ^5.0 || ^6.0