PHPackages                             superbig/craft-url2png - 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. [API Development](/categories/api)
4. /
5. superbig/craft-url2png

AbandonedArchivedCraft-plugin[API Development](/categories/api)

superbig/craft-url2png
======================

Lets you embed screenshots of webpages via the URL2PNG API.

1.0.1(7y ago)08[1 PRs](https://github.com/superbigco/craft-url2png/pulls)MITPHPCI failing

Since May 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/superbigco/craft-url2png)[ Packagist](https://packagist.org/packages/superbig/craft-url2png)[ RSS](/packages/superbig-craft-url2png/feed)WikiDiscussions v1 Synced today

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

URL2PNG plugin for Craft CMS 3.x
================================

[](#url2png-plugin-for-craft-cms-3x)

Lets you embed screenshots of webpages via the URL2PNG API.

[![Screenshot](resources/img/icon.png)](resources/img/icon.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require superbig/craft-url2png

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for URL2PNG.

Configuring URL2PNG
-------------------

[](#configuring-url2png)

Place a copy of src/config.php in your Craft config directory, by default `config/`.

```
