Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
demianh committed Nov 25, 2016
1 parent 47a3f6c commit 685b779
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

[![Build Status](https://travis-ci.org/usystems/webling-api-php.svg?branch=master)](https://travis-ci.org/usystems/webling-api-php)

A Lightweight Webling API Wrapper for PHP.
A Lightweight PHP Wrapper to query the [Webling](https://www.webling.ch/) API.

## IMPORTANT: This project is still under development and not yet ready for production use!
## Installation

Install with Composer:

composer require usystems/webling-api-php

## Usage

Simple usage:

```php
Expand All @@ -26,3 +28,9 @@ $response = $api->put('/member', $data);
$response = $api->post('/member', $data);
$response = $api->delete('/member/123');
```

For more examples see the "examples" folder.

## API Documentation

You can find the Full Documentation of the Webling REST-API at [demo.webling.ch/api](https://demo.webling.ch/api)

0 comments on commit 685b779

Please sign in to comment.