mk-conn / nextfeed2
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Laravel Framework.
v1.0.0
2018-02-27 12:33 UTC
Requires
- php: >=7.0.0
- cloudcreativity/laravel-json-api: ^0.11.0
- doctrine/dbal: 2.6.*
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/scout: ^3.0
- laravel/tinker: ~1.0
- miniflux/picofeed: 0.1.*
- mk-conn/shellax: 0.3.*
- pmatseykanets/laravel-scout-postgres: ^1.0
- tymon/jwt-auth: dev-develop
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.4
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2021-09-11 00:15:24 UTC
README
Nextfeed is a rss feed agreggator. Initially it was just an EmberJS frontend which consumed feeds from a Nextcloud Newsfeed installation. Unfortunately, the API was not really handy in terms of consuming and dealing with feeds and articles so Nextfeed 2 is now based on Laravel and Zend-Feed.
Websocket integration
Install the server
npm install -g laravel-echo-server
Copy laravel-echo-server.example.json to laravel-echo-server.json and ajust values.
Start artisan queue: php artisan queue:work - its good advise to have this all handled by supervisor.