Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Screenshomachine for PHP is a very small and easy-to-use library for works with https://screenshotmachine.com

Notifications You must be signed in to change notification settings

ondrakub/screenshotmachine-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Screenshotmachine for PHP

Screenshomachine for PHP is a very small and easy-to-use library for works with https://screenshotmachine.com

Install

via composer

php composer.phar require ondrakub/screenshotmachine-php

Usage

It is simple to use.

$params = [
		'key' => 'xxxxxx',
		'size' => Screenshotmachine::SIZE_F,
		'url' => 'http://www.kubon.cz',
		'format' => Screenshotmachine::PNG
	];

$sm = new Screenshotmachine($params);

$sm->getScreen();

Parameters for constructor you can find in documentation https://screenshotmachine.com/apiguide.php

(c) Ondřej Kubíček, 2015 (http://www.kubon.cz)

About

Screenshomachine for PHP is a very small and easy-to-use library for works with https://screenshotmachine.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages