PHPackages                             arturek1/screenshot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arturek1/screenshot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arturek1/screenshot
===================

Take a screenshot of a webpage using Google API

v1.0(6y ago)028[2 PRs](https://github.com/Arturek1/screenshot/pulls)mitPHP

Since Dec 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Arturek1/screenshot)[ Packagist](https://packagist.org/packages/arturek1/screenshot)[ RSS](/packages/arturek1-screenshot/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

php-screenshot
==============

[](#php-screenshot)

Take a screenshot of a webpage using Google API

`composer require arturek1/screenshot`

```
require __DIR__ . '/vendor/autoload.php';

use Arturek1\Screenshot\Screenshot;

$key = "GOOGLE API KEY";

$url = "https://tvn24.pl";
$screenshot = new Screenshot($key);
$base64 = $screenshot->get($url);

echo $base64;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2327d ago

### Community

Maintainers

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

---

Top Contributors

[![arturnawrot](https://avatars.githubusercontent.com/u/32748505?v=4)](https://github.com/arturnawrot "arturnawrot (7 commits)")

### Embed Badge

![Health badge](/badges/arturek1-screenshot/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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