PHPackages                             cwplus/web-thumbnail - 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. [Image &amp; Media](/categories/media)
4. /
5. cwplus/web-thumbnail

ActiveZf2-module[Image &amp; Media](/categories/media)

cwplus/web-thumbnail
====================

Webthumbnail module, is ZF2 module, will help you to generate screen captures from your website or another website, based on the API webthumbnail.org

273PHP

Since Mar 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/cwplus/web-thumbnail)[ Packagist](https://packagist.org/packages/cwplus/web-thumbnail)[ RSS](/packages/cwplus-web-thumbnail/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Webthumbnail
============

[](#webthumbnail)

This module ZF2 will help you to generate screenshots of your website based on the API webthumbnail.org

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

[](#installation)

#### With composer

[](#with-composer)

1. Add to your `composer.json`:

    ```
    "require": {
        "cwplus/web-thumbnail": "dev-master"
    }
    ```
2. Now tell composer to download MvlabsSnappy by running the command:

    ```
    $ php composer.phar update
    ```

#### Or just clone the repos:

[](#or-just-clone-the-repos)

```
# Install ZF2 Module
git clone https://github.com/cwplus/web-thumbnail.git vendor/cwplus/web-thumbnail

```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
