2017 © Pedro Peláez
 

library dot

a DOM manipulator that extends the DOM extension.

image

dotcra/dot

a DOM manipulator that extends the DOM extension.

  • Friday, January 26, 2018
  • by dotcra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

About

a DOM manipulator that extends the DOM extension., (*1)

Installation

composer require dotcra/dot

Usage

<?php

require 'vendor/autoload.php';

use Dotcra\Dot\DOTDocument;

$dot=new DOTDocument;
$dot->loadHTMLFile('https://dotcra.com');

var_dump($dot->getElementsByClassName('views-row'));
var_dump($dot->querySelector('.views-row'));
var_dump($dot->querySelectorAll('.views-row'));
// more todo

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/dotcra/dot

a DOM manipulator that extends the DOM extension.

  Sources   Download

GPL-2.0-only

The Requires

 

14/01 2018

0.0.5

0.0.5.0 https://github.com/dotcra/dot

a DOM manipulator that extends the DOM extension.

  Sources   Download

GPL-3.0

The Requires

 

14/01 2018

0.0.4

0.0.4.0 https://github.com/dotcra/dot

a DOM manipulator that extends DOM

  Sources   Download

GPL-3.0

The Requires

 

14/01 2018

0.0.3

0.0.3.0 https://github.com/dotcra/dot

a DOM manipulator that extends DOM

  Sources   Download

GPL-3.0

The Requires

 

14/01 2018

0.0.2

0.0.2.0 https://github.com/dotcra/dot

a DOM manipulator that extends DOM

  Sources   Download

GPL-3.0

The Requires

 

14/01 2018

0.0.1

0.0.1.0 https://github.com/dotcra/dot

a DOM manipulator which extends DOM

  Sources   Download

GPL-3.0

The Requires