PHPackages                             vanqard/pagepeekr - 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. [API Development](/categories/api)
4. /
5. vanqard/pagepeekr

ActiveLibrary[API Development](/categories/api)

vanqard/pagepeekr
=================

A packaged client for the pagepeeker.com service

0.0.2(10y ago)0177MITPHP

Since Jan 22Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

vanqard/pagepeekr
=================

[](#vanqardpagepeekr)

This is a small client package wrapped around GuzzleHttp in order to simplify retrieving thumbnails of web pages as JPEGS via the PagePeeker.com service

Installation
------------

[](#installation)

Recommended installation is via composer

```
php composer.phar require vanqard/pagepeekr

```

Usage
-----

[](#usage)

After the package has been installed, usage is reasonable simple.

First, build up an array of parameters like this. (Note that only the sourceUrl parameter is required)

```
$params = [
    'sourceUrl' => 'https://phpbrilliance.com',
    // Optional parameters
    'targetFileName' => '/public/images/phpbrilliance_thumbnail.jpg',
    'thumbnailSize' => 't|s|m|l|x',
    'pollInterval' => 5 // I don't recommend changing the default
];

```

Then instantiate the client with the parameter array

```
$client = new \Vanqard\PagePeekr\Client($params);

```

And request the thumbnail from PagePeeker.com like so

```
$filename = $client->fetchThumbNail();

```

The `$filename` variable is populated with the path to the downloaded thumbnail.

Still to do
-----------

[](#still-to-do)

- Unit tests
- Added flexibility

Warning
-------

[](#warning)

This code is far from being production ready. Please do feel free to experiment with it.

Security
--------

[](#security)

If you find any security issues with this package, please contact the author directly here:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3760d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ccc615e69aee8af93b347e31aa5fe3f0332ed83e45040e5b9c60fa7403c6380?d=identicon)[vanqard](/maintainers/vanqard)

---

Top Contributors

[![vanqard](https://avatars.githubusercontent.com/u/8267637?v=4)](https://github.com/vanqard "vanqard (5 commits)")

### Embed Badge

![Health badge](/badges/vanqard-pagepeekr/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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