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

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

venatus/xmaven-php-sdk
======================

PHP Wrapper for Xmaven Remote Web Services

0.11(11y ago)0101MITPHPPHP &gt;=5.3.0

Since May 11Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Venatus/xmaven-php-sdk)[ Packagist](https://packagist.org/packages/venatus/xmaven-php-sdk)[ Docs](https://docs.xmaven.com/api/01-installation)[ RSS](/packages/venatus-xmaven-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

XMAVEN SDK for PHP
==================

[](#xmaven-sdk-for-php)

[![@XmavenVideo on Twitter](https://camo.githubusercontent.com/2efcc1dece72e8c17272a97f1050b22de3cd28f07ec5e506752a63a9b0a66951/687474703a2f2f696d672e736869656c64732e696f2f62616467652f747769747465722d253430786d6176656e766964656f2d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/xmavenvideo)

This library has been created for PHP developers using the Xmaven platform. It provides a very lightweight wrapper to communicate with Xmaven API. Getting started could not be easier, find our package on packagist:

Install by adding { .. "venatus/xmaven-php-sdk": "0.1" .. } to your composer.json file.

The wrapper creates a Guzzle request object. This can be used to further extends the library where required. More information about Guzzle can be found here:

### Installing via Composer

[](#installing-via-composer)

The recommended way to install Guzzle is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of Guzzle:

```
composer.phar require venatus/xmaven-php-sdk
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

### PHP Examples

[](#php-examples)

```
