PHPackages                             thumbalizr-php/thumbalizr - 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. thumbalizr-php/thumbalizr

ActiveLibrary

thumbalizr-php/thumbalizr
=========================

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

0253[1 PRs](https://github.com/juliensobrier/thumbalizr-php/pulls)PHP

Since Dec 15Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Thumbalizr (PHP)
================

[](#thumbalizr-php)

Thumbalizr () is a web service to easily embed live screenshots of any URL in your website. Thumbalizr has full support for Flash, JavaScript, CSS, &amp; HTML5.

The latest API version is detailed at .

Requirements
------------

[](#requirements)

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

```

Use Thumbalizr
--------------

[](#use-thumbalizr)

```
### Install manually
git clone https://github.com/juliensobrier/thumbalizr-php
include "src/thumbalizr.php"

### Install with Composer
composer.json can be found at https://raw.githubusercontent.com/juliensobrier/thumbalizr-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";

### code sample
$thumbalizr = new Thumbalizr('MY_KEY', 'MY_SECRET');

$url = $thumbalizr->url('https://www.google.com/');
echo("$url\n");

$res = $thumbalizr->download_wait($url, "google.png");
echo($res[0]);

```

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 already hasn't requested it and/or contributed 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.
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright
---------

[](#copyright)

Copyright (c) 2019 Julien Sobrier

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 (3 commits)")

---

Tags

api-clientphp-libraryscreenshot

### Embed Badge

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

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

PHPackages © 2026

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