Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/throttlestudio/activity-stream

Activity stream package for Laravel applications. We support Flat, Timeline, Notification and global Feeds. This will also include the ability to follow Entities.
https://github.com/throttlestudio/activity-stream

activity laravel laravel-framework laravel-package stream

Last synced: 6 days ago
JSON representation

Activity stream package for Laravel applications. We support Flat, Timeline, Notification and global Feeds. This will also include the ability to follow Entities.

Awesome Lists containing this project

README

        

# ***This package is no longer being maintained we decided to move to [GetStream.io](https://getstream.io)

[![Latest Version on Packagist](https://img.shields.io/packagist/v/throttlestudio/activity-stream.svg?style=flat-square)](https://packagist.org/packages/throttlestudio/activity-stream)
[![Build Status](https://img.shields.io/travis/throttlestudio/activity-stream/master.svg?style=flat-square)](https://travis-ci.com/throttlestudio/activity-stream)

[![Total Downloads](https://img.shields.io/packagist/dt/throttlestudio/activity-stream.svg?style=flat-square)](https://packagist.org/packages/throttlestudio/activity-stream)

![Activity Stream for Laravel](https://dev.getactivitystream.com/activity-stream-logo-color.svg)

Activity stream package for Laravel applications. We support Flat, Timeline, Notification and global Feeds. This will also include the ability to follow Entities. Once an entity is followed or unfollowed activities will be added/removed from timelines. Visit [getactivitystream.com](https://getactivitystream.com) for more information and documentation.

## Installation

You can install the package via composer:

```bash
composer require throttlestudio/activity-stream
```

## Usage

### Read the full documentation at **[getactivitystream.com](https://getactivitystream.com)**

### Testing

``` bash
composer test
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- [David M](https://github.com/sicsol)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Laravel Package Boilerplate

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).