PHPackages                             dimaskao/library\_for\_making\_screenshots - 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. dimaskao/library\_for\_making\_screenshots

ActiveLibrary

dimaskao/library\_for\_making\_screenshots
==========================================

With this library you can take url from Excel file and make page screenshot.

2.0.0(5y ago)010PHPPHP &gt;=7.4

Since Feb 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Dimaskao/Library_for_making_screenshots)[ Packagist](https://packagist.org/packages/dimaskao/library_for_making_screenshots)[ RSS](/packages/dimaskao-library-for-making-screenshots/feed)WikiDiscussions master Synced 1mo ago

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

Library for making screenshots
==============================

[](#library-for-making-screenshots)

With this library you can make page screenshot with PHP script automatically.

General
-------

[](#general)

In your Excel file must be the column with url and empty column on the right or left of url to saving file name. You can specify them in `->getScreenshots()` method.

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

[](#installation)

You can use composer to install this extension.

Just run:

```
$ composer require dimaskao/library_for_making_screenshots

```

How to use
----------

[](#how-to-use)

At first include this library classes:

```
require_once __DIR__ . '/XXXXX/vendor/autoload.php';

use Dimaskao\Screenshoter\Screenshoter;
```

Where:
`XXXXX` path to library root folder;

Then use `->getScreenshots()` method

```
$screenshoter = new Screenshoter('path/to/folder');//in tis folder will be saving screenshots

$screenshoter->getScreenshots('dir/', 'B', 'C');
```

`dir/` - path to excel file
`B` - colunm with url
`C` - column to save filename

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

3

Last Release

1919d ago

Major Versions

1.0.1 → 2.0.02021-02-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b8f039bba7550ba7ef642afeeb6b9c73757527a03074209051410b13254501?d=identicon)[Dimaskao](/maintainers/Dimaskao)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dimaskao-library-for-making-screenshots/health.svg)

```
[![Health](https://phpackages.com/badges/dimaskao-library-for-making-screenshots/health.svg)](https://phpackages.com/packages/dimaskao-library-for-making-screenshots)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)

PHPackages © 2026

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