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

ActiveLibrary[API Development](/categories/api)

deeparteffects/sdk-php
======================

Deep Art Effects SDK for PHP

1.1(6y ago)01.4k↓100%3[2 PRs](https://github.com/deeparteffects/sdk-php/pulls)proprietaryPHPPHP &gt;=5.4

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/deeparteffects/sdk-php)[ Packagist](https://packagist.org/packages/deeparteffects/sdk-php)[ Docs](https://developer.deeparteffects.com)[ RSS](/packages/deeparteffects-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

Deep Art Effects SDK for PHP
============================

[](#deep-art-effects-sdk-for-php)

Use this SDK to access the Deep Art Effects API with PHP.

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

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/deeparteffects/sdk-php.git"
    }
  ],
  "require": {
    "deeparteffects/sdk-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/sdk-php/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
