yuzic/phantomjs-source-proxy

dev-master 2016-06-24 20:40 UTC

This package is auto-updated.

Last update: 2024-09-20 22:58:34 UTC


README

Package to fetch js-generated web pages Based on code from https://github.com/fizzka/phantomjs-source-capture

REQUIREMENTS

Docker installed

USAGE

composer install
./phantomjs-source-proxy <any phantomjs parametrs> printSource.js <URL>

or

composer require yuzic/phantomjs-source-proxy
./vendor/bin/phantomjs-source-proxy  <any phantomjs parametrs>  printSource.js <URL>