throttlestudio / activity-stream
Activity Stream for Laravel applications. Easily add Flat, Timeline, Custom and Notification feeds. Social network solution.
Requires
- php: ^7.1
- illuminate/support: ^6|^7|^8
- myclabs/php-enum: ^1.7
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2023-01-18 15:44:36 UTC
README
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 for more information and documentation.
Installation
You can install the package via composer:
composer require throttlestudio/activity-stream
Usage
Read the full documentation at getactivitystream.com
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@throttle.studio instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.