Download the PHP package languagewire/html-dumper without Composer
On this page you can find all versions of the php package languagewire/html-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download languagewire/html-dumper
More information about languagewire/html-dumper
Files in languagewire/html-dumper
Download languagewire/html-dumper
More information about languagewire/html-dumper
Files in languagewire/html-dumper
Vendor languagewire
Package html-dumper
Short Description A library which downloads pages as static HTML files and assets and dumps them on disk
License MIT
Package html-dumper
Short Description A library which downloads pages as static HTML files and assets and dumps them on disk
License MIT
Please rate this library. Is it a good library?
Informations about the package html-dumper
LanguageWire HtmlDumper library
HtmlDumper is a PHP library which downloads a copy of an HTML page and its assets into a target directory.
- Downloads HTML source code and transforms all URIs into relative paths, creating an updated
index.html
file. - Parses HTML and fetches relevant resources
- Stylesheets, scripts, images, videos
- Also works with assets located within CSS files.
- Removes anchor links to external pages.
- Does not crawl pages beyond the initial URL.
Requirements
- PHP 7.2+
- PHP DOM Extension
- Composer
Installation
The recommended way to install HtmlDumper is through Composer.
Development
In the build/
folder there is a Dockerfile
file which sets up all dependencies needed for local development, runs unit tests and other linters.
Customize build/.env
like this:
And then run ./build.sh
within the build/
folder:
License
HtmlDumper is made available under the MIT License (MIT). Please see the LICENSE file for more information.
All versions of html-dumper with dependencies
PHP Build Version
Package Version
The package languagewire/html-dumper contains the following files
Loading the files please wait ....