Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/droath/webmerge

WebMerge.me REST API resources
https://github.com/droath/webmerge

Last synced: 7 days ago
JSON representation

WebMerge.me REST API resources

Awesome Lists containing this project

README

        

WebMerge
===

### Requirements

The PHP library depends on PHP 5.5 or higher.

### Installation

#### Composer

If you're using [Composer](http://getcomposer.org/), you can simply add a dependency `droath/webmerge` to your project's composer.json file.

{
"require": {
"droath/webmerge": "dev-master"
}
}

### Usage

#### Configuration
Set the WebMerge API key and secret, which are defined within your [WebMerge Account](https://www.webmerge.me/manage/login).

```php
get();
} catch (Exception $e) {
// error handling
}

$data = $response->extract()->asArray();

var_dump($data);
```

### Sponsored By
![Isovera Logo](https://i.imgur.com/dLlbXwR.png)