Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
silverman63 committed Aug 2, 2017
1 parent 0041791 commit d41d93e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
# sailthru-php5-client
A simple client library to remotely access the `Sailthru REST API`. By default, it will make requests in `JSON` format.

[![Build Status](https://travis-ci.org/sailthru/sailthru-php5-client.svg?branch=master)](https://travis-ci.org/sailthru/sailthru-php5-client)
[![Coverage Status](https://coveralls.io/repos/github/sailthru/sailthru-php5-client/badge.svg?branch=master)](https://coveralls.io/github/sailthru/sailthru-php5-client?branch=master)

A simple client library to remotely access the `Sailthru REST API`. By default, it will make requests in `JSON` format.

### Documentation

[PHP5 Client Documentation](https://getstarted.sailthru.com/developers/api-client/php5/)
Expand All @@ -16,6 +16,9 @@ A simple client library to remotely access the `Sailthru REST API`. By default,
You can clone via GitHub or install via composer.
```shell
git clone git@github.com:sailthru/sailthru-php5-client.git
```
or
```shell
composer require sailthru/sailthru-php5-client
```

Expand Down

0 comments on commit d41d93e

Please sign in to comment.