PHPackages                             idci/webpagescreenshot-bundle - 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. idci/webpagescreenshot-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

idci/webpagescreenshot-bundle
=============================

Symfony WebPageScreenShotBundle

61172[2 issues](https://github.com/IDCI-Consulting/WebPageScreenShotBundle/issues)[1 PRs](https://github.com/IDCI-Consulting/WebPageScreenShotBundle/pulls)PHP

Since Aug 30Pushed 7y ago8 watchersCompare

[ Source](https://github.com/IDCI-Consulting/WebPageScreenShotBundle)[ Packagist](https://packagist.org/packages/idci/webpagescreenshot-bundle)[ RSS](/packages/idci-webpagescreenshot-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WebPageScreenShotBundle
=======================

[](#webpagescreenshotbundle)

Bundle used to generate web page screenshots

Installation
============

[](#installation)

To install this bundle please follow the next steps:

### Step 1: Download the WebPageScreenShotBundle

[](#step-1-download-the-webpagescreenshotbundle)

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "idci/webpagescreenshot-bundle": "dev-master",
    "gregwar/image-bundle": "dev-master"
},
```

Then install the bundles with the command:

```
php composer.phar update
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Register the bundles in your `app/AppKernel.php`:

```
