Skip to content

galvao/gerdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerdr

Gerdr Logo

Manipulate DOM HTML trees, powered by PHP's DOM extension.

Install

composer require galvao/gerdr

Usage

  • As an application
/path/to/gerdr/bin/gerdr -c /path/to/config.json -d /path/to/dom.html

As an application Gerdr outputs the modified DOM HTML so it can be piped, forwarded, etc... to any bash application.

  • In your project:
try {
    $gerdr = new Gerdr($dom, $config);
} catch (\Exception $e) {
    // Treat the exception
}

try {
    $gerdr->process();
} catch (\Exception $e) {
    // Treat the exception
}

$result = $gerdr->getModifiedDom();

Dependencies

Actions

As of now Gerdr only removes elements/attributes with the remove action.

Acknowledgements

About

Manipulate DOM HTML trees, powered by PHP's DOM extension.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages