Skip to content

Commit

Permalink
Tidied up readme documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightgunning committed Apr 25, 2017
1 parent 2cec8a9 commit e9eb8ce
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ stream-php

[![Build Status](https://travis-ci.org/GetStream/stream-php.svg?branch=master)](https://travis-ci.org/GetStream/stream-php) [![Coverage Status](https://coveralls.io/repos/github/GetStream/stream-php/badge.svg?branch=master)](https://coveralls.io/github/GetStream/stream-php?branch=master) [![PHP version](https://badge.fury.io/ph/get-stream%2Fstream.svg)](http://badge.fury.io/ph/get-stream%2Fstream)

stream-php is the official PHP client for [Stream](https://getstream.io/), a web service for building scalable newsfeeds and activity streams.
The full documentation is available on [GetStream.io/docs/?language=php](http://getstream.io/docs/?language=php). Note that there is also a [higher level Laravel integration](https://github.com/getstream/stream-laravel) which hooks into your ORM.
[stream-php](https://github.com/GetStream/stream-php) is the official PHP client for [Stream](https://getstream.io/), a web service for building scalable newsfeeds and activity streams.

Note that there is also a [higher level Laravel - Stream integration](https://github.com/getstream/stream-laravel) which hooks into the Laravel ORM.

You can sign up for a Stream account at https://getstream.io/get_started.

### Installation

Expand Down Expand Up @@ -37,6 +40,10 @@ dependencies, you can add Stream with it.
Composer will take care of the autoloading for you, so if you require
the `vendor/autoload.php`, you're good to go.

### Full documentatation

Documentation for this PHP client are available at the [Stream website](https://getstream.io/docs/?language=php).

### Usage

```php
Expand Down

0 comments on commit e9eb8ce

Please sign in to comment.