PHPackages                             browshot-php/browshot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. browshot-php/browshot

ActiveLibrary

browshot-php/browshot
=====================

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

821.7k↓44.7%9[2 PRs](https://github.com/juliensobrier/browshot-php/pulls)PHP

Since Jan 26Pushed 1y ago3 watchersCompare

[ Source](https://github.com/juliensobrier/browshot-php)[ Packagist](https://packagist.org/packages/browshot-php/browshot)[ RSS](/packages/browshot-php-browshot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Browshot (PHP)
==============

[](#browshot-php)

Browshot () 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, &amp; HTML5 support.

The latest API version is detailed at . 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
------------

[](#requirements)

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

```

Use Browshot
------------

[](#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
------------------------

[](#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)

Copyright (c) 2012-2023 Julien Sobrier

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2ab80047ea279d3c76759ed9e134536625ebdec3cd4f74022c237961fa76453?d=identicon)[juliensobrier](/maintainers/juliensobrier)

---

Top Contributors

[![juliensobrier](https://avatars.githubusercontent.com/u/473342?v=4)](https://github.com/juliensobrier "juliensobrier (26 commits)")[![otternq](https://avatars.githubusercontent.com/u/1403880?v=4)](https://github.com/otternq "otternq (5 commits)")[![atefBB](https://avatars.githubusercontent.com/u/10966925?v=4)](https://github.com/atefBB "atefBB (2 commits)")[![maxiwheat](https://avatars.githubusercontent.com/u/1927334?v=4)](https://github.com/maxiwheat "maxiwheat (1 commits)")

### Embed Badge

![Health badge](/badges/browshot-php-browshot/health.svg)

```
[![Health](https://phpackages.com/badges/browshot-php-browshot/health.svg)](https://phpackages.com/packages/browshot-php-browshot)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
