承接 browshot-php/browshot 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

browshot-php/browshot

Composer 安装命令:

composer require browshot-php/browshot

包简介

PHP library for Browshot API: take screenshots of any web page

README 文档

README

Browshot (https://www.browshot.com/) is a web service to easily make screenshots of web pages in any screen size, as any device: iPhone©, iPad©, Android©, Nook©, PC, etc. Browshot has full Flash, JavaScript, CSS, & HTML5 support.

The latest API version is detailed at https://browshot.com/api/documentation. browshot follows the API documentation very closely: the function names are similar to the URLs used (screenshot/create becomes screenshot_create(), instance/list becomes instance_list(), etc.), the request arguments are exactly the same, etc.

The library version matches closely the API version it handles: Browshot 1.0.0 is the first release for the API 1.0, browshot 1.1.1 is the second release for the API 1.1, etc.

Browshot can handle most the API updates within the same major version, e.g. browshot 1.0.0 should be compatible with the API 1.1 or 1.2.

Requirements

PHP 5.1.6 or abaove
PhpUnit 3.3.5 or above (to run unit tests)

Use Browshot

git clone https://github.com/juliensobrier/browshot-php
include "src/Browshot.php"

To run the unit tests (and understand how to use Browshot)

phpunit

### Install with Composer
composer.json can be found at https://raw.githubusercontent.com/juliensobrier/browshot-php/master/composer.json

run composer update: `php composer.phar update` or `php composer.phar install`

include composer packages and libraries:
    
require "vendor/autoload.php";

Contributing to Browshot

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone hasn't requested it and/or contributed to it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

Copyright

Copyright (c) 2012-2023 Julien Sobrier

统计信息

  • 总下载量: 20.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-11