PHPackages                             twosuperior/screenshot-l4 - 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. twosuperior/screenshot-l4

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

twosuperior/screenshot-l4
=========================

Screenshot tool for Laravel 4, recommended for internal use only.

1.0.1(11y ago)21MITPHPPHP &gt;=5.3.0

Since Jan 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/twosuperior/screenshot-l4)[ Packagist](https://packagist.org/packages/twosuperior/screenshot-l4)[ RSS](/packages/twosuperior-screenshot-l4/feed)WikiDiscussions master Synced today

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

Screenshot Package for Laravel 4
================================

[](#screenshot-package-for-laravel-4)

---

Screenshot tool for Laravel 4 using PhantomJS

---

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

[](#installation)

### Requirements:

[](#requirements)

```
- Any flavour of PHP 5.3+ should do
- illuminate/support 4.*
- "intervention/image 2.*
- jakoch/phantomjs-installer

```

### Setup With Composer:

[](#setup-with-composer)

In order to install, add the following to your `composer.json` file within the `require` block:

```
"require": {
	…
	"twosuperior/screenshot": "1.0.*",
	…
}

```

Within Laravel, locate the file `..app/config/app.php` \*.

Add the following to the `providers` array:

```
'providers' => array(
	…
	'Twosuperior\Screenshot\ScreenshotServiceProvider',
	…
),

```

Furthermore, add the following the the `aliases` array:

```
'aliases' => array(
	…
	'Screenshot' => 'Twosuperior\Screenshot\Facades\Screenshot',
	…
),

```

Publish the configuration

```
$ php artisan config:publish twosuperior/screenshot

```

Lastly, run the command `composer update`.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Every ~0 days

Total

2

Last Release

4184d ago

### Community

Maintainers

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

---

Top Contributors

[![richarddavey](https://avatars.githubusercontent.com/u/670581?v=4)](https://github.com/richarddavey "richarddavey (6 commits)")

---

Tags

laravelscreenshottwosuperiorscreenshot-l4

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.8M38](/packages/laravolt-avatar)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M172](/packages/intervention-image-laravel)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)

PHPackages © 2026

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