2017 © Pedro PelĂĄez
 

library screenshotmachine-php

Easy-to-use library for works with https://screenshotmachine.com.

image

ondrakub/screenshotmachine-php

Easy-to-use library for works with https://screenshotmachine.com.

  • Friday, February 2, 2018
  • by ondrakub
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Screenshotmachine for PHP

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

Install

via composer, (*2)

php composer.phar require ondrakub/screenshotmachine-php

Usage

It is simple to use., (*3)

$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, (*4)

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

The Versions

02/02 2018

dev-master

9999999-dev https://github.com/ondrakub/screenshotmachine-php

Easy-to-use library for works with https://screenshotmachine.com.

  Sources   Download

BSD-3-Clause BSD-3

screenshot machine screenshotmachine

08/01 2015

v1.0

1.0.0.0 https://github.com/ondrakub/screenshotmachine-php

Easy-to-use library for works with https://screenshotmachine.com.

  Sources   Download

BSD-3

screenshot machine screenshotmachine