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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dimaskao/library\_for\_making\_screenshots

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

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 3w 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 31% 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

1965d ago

Major Versions

1.0.1 → 2.0.02021-02-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59502015?v=4)[Dmytro](/maintainers/Dimaskao)[@Dimaskao](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[civicrm/civicrm-core

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

749284.3k37](/packages/civicrm-civicrm-core)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k16](/packages/solspace-craft-freeform)[in2code/powermail

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

992.6M44](/packages/in2code-powermail)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46823.2k3](/packages/pimcore-data-importer)[terminal42/contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!

41174.3k10](/packages/terminal42-contao-leads)

PHPackages © 2026

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