Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/droath/webmerge
- Owner: droath
- Created: 2015-07-03T17:55:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T21:55:40.000Z (over 8 years ago)
- Last Synced: 2024-04-29T10:22:52.847Z (7 months 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
![Isovera Logo](https://i.imgur.com/dLlbXwR.png)