revolution / feedable-core
Feedable core and built-in drivers
Fund package maintenance!
invokable
Installs: 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/revolution/feedable-core
Requires
- php: ^8.4
- ext-dom: *
- ext-libxml: *
- illuminate/support: ^12.0
- revolution/salvager: ^2.1
- symfony/dom-crawler: ^7.4||^8.0
Requires (Dev)
- laravel/pint: ^1.25
- mockery/mockery: ^1.6
- orchestra/testbench: ^v10.8.0
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- revolution/laravel-boost-copilot-cli: ^1.1
This package is auto-updated.
Last update: 2026-01-16 01:11:54 UTC
README
Feedable is an RSS feed generation service inspired by RSSHub. It allows you to create RSS feeds from websites that do not provide RSS feeds, enabling you to read them in your feed reader.
Requirements
- PHP >= 8.4
- Laravel >= 12.x
Installation
composer require revolution/feedable-core
Request Submissions Welcome
This project is just getting started and we haven't decided which sites to support yet. If you have a site you'd like us to support, please send the URL via our request form or discussion.
Some sites may be difficult to support, so we'll evaluate each request individually.
Usage
Sample Site
Since there are currently few supported sites, using the sample site is sufficient for testing.
https://feedable-rss.vercel.app/
Fork and Deploy to Vercel
https://github.com/invokable/feedable
You can run it on the free plan without a database. You can also use a free database for caching. This is the recommended normal usage.
Add Drivers and Deploy to Laravel Forge or Other Servers
If you want to use special drivers that require Playwright, please deploy it to a regular server such as Laravel Forge. Drivers are simply Laravel routes, so you can freely add them to your forked project.
Terms of Use
- Please use it only for personal private use. It is not intended for purposes other than reading in an RSS reader.
License
MIT