Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
thundo committed Oct 18, 2017
1 parent 7addfae commit 0f2073f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# docfalcon-sdk-php
DocFalcon SDK for PHP
# DocFalcon SDK for PHP

[![Build Status](https://travis-ci.org/docfalcon/docfalcon-sdk-php.svg?branch=master)](https://travis-ci.org/docfalcon/docfalcon-sdk-php)
[![Coverage Status](https://coveralls.io/repos/github/docfalcon/docfalcon-sdk-php/badge.svg?branch=master)](https://coveralls.io/github/docfalcon/docfalcon-sdk-php?branch=master)
[![Packagist version](https://poser.pugx.org/docfalcon/docfalcon-sdk/version)](https://packagist.org/docfalcon/docfalcon-sdk/phpunit)

## Introduction

Expand All @@ -10,7 +13,7 @@ We welcome [feedback and issues](https://github.com/docfalcon/docfalcon-sdk-php/
## Installation

```
TODO
composer require docfalcon/docfalcon-sdk
```

## Usage
Expand All @@ -21,8 +24,6 @@ This library is a very simple wrapper around an http client.
### PDF Generation

```php
<?php

$businessCard = json_decode(file_get_contents('./samples/business_card.json'));

$client = new \GuzzleHttp\Client();
Expand Down

0 comments on commit 0f2073f

Please sign in to comment.