2017 © Pedro Peláez
 

symfony-bundle simple-html-dom-bundle

Bundle around Simple HTML DOM library

image

martyrer/simple-html-dom-bundle

Bundle around Simple HTML DOM library

  • Monday, February 26, 2018
  • by Martyrer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,639 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

SimpleHtmlDomBundle

This bundle provides a simple integration of the Simple HTML DOM Parser 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., (*1)

Installation

Installation is very easy, it makes use of [Composer][2]., (*2)

Add SimpleHtmlDomBundle to your composer.json, (*3)

    composer require martyrer/simple-html-dom-bundle

Usage

You can access the SimpleHtmlDomBundle by the simple_html_dom service:, (*4)

``` php <?php, (*5)

$parser = $this->container->get('simple_html_dom');, (*6)

$parser->load('http://www.google.com/');, (*7)

// Find all links foreach($parser->find('a') as $element) { echo $element->href . 'br/'; } ````, (*8)

License

The SimpleHtmlDomBundle is licensed under the MIT license., (*9)

The Versions

26/02 2018

dev-rewriting

dev-rewriting https://github.com/Martyrer/SimpleHtmlDomBundle

Bundle around Simple HTML DOM library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Shumilin

php html dom

02/02 2018

dev-master

9999999-dev https://github.com/Martyrer/SimpleHtmlDomBundle

Bundle around Simple HTML DOM library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Shumilin

php html dom

02/02 2018

1.1

1.1.0.0 https://github.com/Martyrer/SimpleHtmlDomBundle

Bundle around Simple HTML DOM library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Shumilin

php html dom

23/01 2017

1.0.0

1.0.0.0 https://github.com/Martyrer/SimpleHtmlDomBundle

Bundle around Simple HTML DOM library

  Sources   Download

MIT

The Requires

 

by Dmitry Shumilin

php html dom

21/07 2013

dev-develop

dev-develop https://github.com/erivello/SimpleHtmlDomBundle

Bundle around Simple HTML DOM library

  Sources   Download

MIT

The Requires

 

by Edoardo Rivello

php html dom