dogado/mugshot

A small service that helps you take screenshots of web pages.

v0.4.1 2022-05-18 22:33 UTC

This package is auto-updated.

Last update: 2024-09-15 16:16:23 UTC


README

Tests Coverage Status Total Downloads Latest Stable Version License

A small service that helps you take screenshots of web pages.

Requirements

Installation

git clone https://github.com/dogado/mugshot.git mugshot
composer install --no-dev -o

php artisan key:generate
php artisan migrate
php artisan storage:link

Mugshot uses Puppeteer in the background to create screenshots

npm install puppeteer --global

Usage

Capture Screenshot

POST /api/v1/screenshot

Status Check

GET /api/v1/status

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.