acid-solutions/laravel-phantom

There is no license information available for the latest version (v1.0) of this package.

Installs: 1 711

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/acid-solutions/laravel-phantom

v1.0 2018-05-22 11:07 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:16:58 UTC


README

$pngGenerator = new LaravelPhantom();

$capture = $pngGenerator->open(url) ->filetype('png') ->size(1200,675) ->capture();

if ( $capture->success() ) { return Response::download($capture->file()); } else { return $capture->error(); }

$pdfGenerator = new LaravelPhantom();