PHPackages                             shotapi/shotapi-php - 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. shotapi/shotapi-php

ActiveLibrary[API Development](/categories/api)

shotapi/shotapi-php
===================

Official PHP SDK for ShotAPI - Screenshot &amp; Rendering API

1.0.0(3mo ago)00MITPHPPHP &gt;=7.4

Since Feb 6Pushed 3mo agoCompare

[ Source](https://github.com/dasigor/shotapi-php)[ Packagist](https://packagist.org/packages/shotapi/shotapi-php)[ Docs](https://shotapi.net)[ RSS](/packages/shotapi-shotapi-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

ShotAPI PHP SDK
===============

[](#shotapi-php-sdk)

Official PHP SDK for [ShotAPI](https://shotapi.net) - The Screenshot &amp; Rendering API.

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

[](#requirements)

- PHP 7.4 or higher
- cURL extension
- JSON extension

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

[](#installation)

```
composer require shotapi/shotapi-php
```

Or add to your `composer.json`:

```
{
    "require": {
        "shotapi/shotapi-php": "^1.0"
    }
}
```

Quick Start
-----------

[](#quick-start)

```
