ondrakub / screenshotmachine-php
此包已被弃用且不再维护。未建议替代包。
用于与 https://screenshotmachine.com 交互的易用库。
v1.0
2015-01-08 09:06 UTC
This package is not auto-updated.
Last update: 2021-02-19 21:43:24 UTC
README
Screenshotmachine for PHP 是一个用于与 https://screenshotmachine.com 交互的非常小巧且易用的库。
安装
通过 composer
php composer.phar require ondrakub/screenshotmachine-php
使用
使用非常简单。
$params = [ 'key' => 'xxxxxx', 'size' => Screenshotmachine::SIZE_F, 'url' => 'http://www.kubon.cz', 'format' => Screenshotmachine::PNG ]; $sm = new Screenshotmachine($params); $sm->getScreen();
构造函数的参数可以在文档中找到 https://screenshotmachine.com/apiguide.php
(c) Ondřej Kubíček, 2015 (http://www.kubon.cz)