webthumbnail

PHP client for api.webthumbnail.org | The webthumbnail.org is a free webapi for capturing website screenshots in real browsers. Ready to serve thousands of thumbnails, fully scalable, cloud based!

  • 所有者: cepa/webthumbnail
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图


__      _____, __, _, __  _   _ _ __ ___, __  _ __   __ _(_), \ \ /\ / / _ \ '_ \, __, '_ \, '_ ` _ \, '_ \, '_ \ / _`, \ V  V /  __/, _), _, _, _), (_, \_/\_/ \___, _.__/ \__, _, _, \__,_, _, _, _, _.__/, _, _, \__,_, _, _, http://webthumbnail.org

           The simplest way to get a website screenshot!

This repository contains legacy code and is no longer maintaned!

The Webthumbnail.org has recently been rebranded to Miniature.io.
Visit Miniature.io for more information and new PHP client library.

  1. What is webthumbnail.org?
    The webthumbnail.org is a free webapi for capturing website screenshots.
    Shortly speaking it is an web based application that you can simply integrate
    with your website and have thumbnails of any website on demand.

This project is a simple php client for using the api.webthumbnail.org directly
from the php code. It can be used in any php application, distributed under
the terms of the BSD license.

  1. How to use the api?
    The simples case is to just call the api from pure html code.

It will show a screenshot of http://webthumbnail.org directly on your website.

  1. How to capture a website screenshot from php?

$thumb = new Webthumbnail("http://webthumbnail.org");
$thumb
->setWidth(512)
->setHeight(512)
->captureToOutput();

  1. How to capture a website screenshot and save it to a disk file?

$thumb = new Webthumbnail("http://webthumbnail.org");
$thumb
->setWidth(512)
->setHeight(512)
->captureToFile($path);

  1. Need more info?
    Visit http://webthumbnail.org

Feel free to test and use the application :)

主要指标

概览
名称与所有者cepa/webthumbnail
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证
所有者活动
创建于2012-04-20 15:50:11
推送于2018-02-24 18:36:47
最后一次提交2018-02-24 19:36:43
发布数4
最新版本名称webthumbnail-2.1 (发布于 2012-11-25 13:08:50)
第一版名称webthumbnail-1.0.0 (发布于 2012-05-06 11:46:23)
用户参与
星数49
关注者数5
派生数11
提交数15
已启用问题?
问题数8
打开的问题数6
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?