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 ago2 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 1mo ago

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

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

4133d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravolt/avatar

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

2.0k5.4M31](/packages/laravolt-avatar)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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