Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ty0x2333/devmateclientphp
- Owner: ty0x2333
- License: mit
- Created: 2016-12-15T15:31:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T15:41:37.000Z (almost 8 years ago)
- Last Synced: 2024-09-30T15:13:07.966Z (about 1 month ago)
- Topics: api-client, composer, devmate, open-api, php
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.