Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ty0x2333/devmateclientphp

Simple DevMate Public API client written in PHP.
https://github.com/ty0x2333/devmateclientphp

api-client composer devmate open-api php

Last synced: 23 days ago
JSON representation

Simple DevMate Public API client written in PHP.

Awesome Lists containing this project

README

        

```
_____ __ __ _ _____ _ _ _ _____ _ _ _____
| __ \ | \/ | | | / ____| (_) | | | __ \| | | | __ \
| | | | _____ _| \ / | __ _| |_ ___| | | |_ ___ _ __ | |_| |__) | |__| | |__) |
| | | |/ _ \ \ / / |\/| |/ _` | __/ _ \ | | | |/ _ \ '_ \| __| ___/| __ | ___/
| |__| | __/\ V /| | | | (_| | || __/ |____| | | __/ | | | |_| | | | | | |
|_____/ \___| \_/ |_| |_|\__,_|\__\___|\_____|_|_|\___|_| |_|\__|_| |_| |_|_|
```
[![Build Status](https://travis-ci.org/luckytianyiyan/DevMateClientPHP.svg?branch=master)](https://travis-ci.org/luckytianyiyan/DevMateClientPHP)
[![Coverage Status](https://coveralls.io/repos/github/luckytianyiyan/DevMateClientPHP/badge.svg?branch=feature%2Fcoveralls)](https://coveralls.io/github/luckytianyiyan/DevMateClientPHP?branch=feature%2Fcoveralls)
[![Packagist](https://img.shields.io/packagist/v/luckytianyiyan/devmate-client.svg)](https://packagist.org/packages/luckytianyiyan/devmate-client)

This is a simple [DevMate](http://devmate.com/) [Public API](https://docs.devmate.com/docs/api) client written in PHP.

Prerequisites
---
- PHP 5.3+

Install
---
To install DevMateClient with [Composer](https://getcomposer.org/), run the following command:
```
$ composer require luckytianyiyan/devmate-client
```

LICENSE
---
DevMateClient is available under the MIT license. See the [LICENSE](LICENSE) file for more info.