PHPackages                             get-stream/stream-zend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. get-stream/stream-zend

Abandoned → [get-stream/stream-zend](/?search=get-stream%2Fstream-zend)Library[API Development](/categories/api)

get-stream/stream-zend
======================

Build newsfeeds and activity feeds with Zend Framework using getstream.io

1.0.0(8y ago)1662BSDPHP

Since Jan 16Pushed 8y ago40 watchersCompare

[ Source](https://github.com/GetStream/stream-zend)[ Packagist](https://packagist.org/packages/get-stream/stream-zend)[ Docs](https://getstream.io/)[ RSS](/packages/get-stream-stream-zend/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Stream Zend
===========

[](#stream-zend)

[![Build Status](https://camo.githubusercontent.com/3fc7d02f09494e9bbf129c42551195403901b37682a3f4b1aa1b09743f27d4c3/68747470733a2f2f7472617669732d63692e6f72672f47657453747265616d2f73747265616d2d7a656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/GetStream/stream-zend)[![Code Coverage](https://camo.githubusercontent.com/72660fb42732f274d813cf488a17100e78dcfcc4cb1d325a18fab7c7ffc0759f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f47657453747265616d2f73747265616d2d7a656e642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/GetStream/stream-zend/)[![Code Quality](https://camo.githubusercontent.com/a6aecc86aa0315d435831868de87ef0892bd4f9ae29d14babffdb227228f33e7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f47657453747265616d2f73747265616d2d7a656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/GetStream/stream-zend/)[![Latest Stable Version](https://camo.githubusercontent.com/377020c1bfeddebb7c51c2405e6505530ca1773dbcbf2e2b16d1af912bae8fb5/68747470733a2f2f706f7365722e707567782e6f72672f6765742d73747265616d2f73747265616d2d7a656e642f762f737461626c65)](https://packagist.org/packages/get-stream/stream-zend)[![License](https://camo.githubusercontent.com/be2c0320ea6fbdb1b6776120f5ee3770dfd365a159d61ff0f1828ad926812873/68747470733a2f2f706f7365722e707567782e6f72672f6765742d73747265616d2f73747265616d2d7a656e642f6c6963656e7365)](https://packagist.org/packages/get-stream/stream-zend)

[stream-zend](https://github.com/GetStream/stream-zend) is a package that sets up a [GetStream](https://getstream.io/) client in your Zend Framework application.

You can sign up for a Stream account at [https://getstream.io/get\_started](https://getstream.io/get_started).

Note there is also a lower level [PHP - Stream integration](https://github.com/getstream/stream-php) library which is suitable for all PHP applications.

Build Activity Streams, News Feeds, and More
--------------------------------------------

[](#build-activity-streams-news-feeds-and-more)

[![](https://camo.githubusercontent.com/86b9b84c8e9abe92e94d6aad7cf60dd14516304714910497612a7c86fed89cf4/68747470733a2f2f6476716732646f6767676d6e362e636c6f756466726f6e742e6e65742f696d616765732f6d6f6f642d686f6d652e706e67)](https://camo.githubusercontent.com/86b9b84c8e9abe92e94d6aad7cf60dd14516304714910497612a7c86fed89cf4/68747470733a2f2f6476716732646f6767676d6e362e636c6f756466726f6e742e6e65742f696d616765732f6d6f6f642d686f6d652e706e67)

You can build:

- Activity Streams - like the one seen on GitHub
- A Twitter-like feed
- Instagram / Pinterest Photo Feeds
- Facebook-style newsfeeds
- A Notification System
- Lots more...

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require get-stream/stream-zend

```

Composer will install our latest stable version automatically.

### PHP compatibility

[](#php-compatibility)

Current releases require PHP `5.6` or higher.

See the [Travis configuration](.travis.yml) for details of how it is built and tested against different PHP versions.

### Zend framework configuration

[](#zend-framework-configuration)

This package contains a Zend Framework module, so you'll have to add `GetStream\Zend` to your application's `config/modules.config.php` file for it to be loaded whenever your application boots.

Next add a file to `config/autoload` directory (for example, call it `stream.local.php`) and copy paste the content of [this file](config/stream.local.php), and modify it to your needs. Keep either the `url` config variable (useful in Heroku environments), or the `app_key` and `app_secret`.

```
