https://github.com/droath/webmerge
WebMerge.me REST API resources
https://github.com/droath/webmerge
Last synced: 11 months ago
JSON representation
WebMerge.me REST API resources
- Host: GitHub
- URL: https://github.com/droath/webmerge
- Owner: droath
- Created: 2015-07-03T17:55:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T21:55:40.000Z (over 10 years ago)
- Last Synced: 2025-01-09T10:36:20.195Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
