Go to file
Vladimir Mirivlad e2685aedae Add .gitignore file 2026-02-06 04:05:50 +00:00
config Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
migrations Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
src Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
.env.example Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
.gitignore Add .gitignore file 2026-02-06 04:05:50 +00:00
README.md Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
app.php Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00
composer.json Initial commit: RSS Hub for agents with migration system 2026-02-06 03:41:22 +00:00

README.md

RSS Hub for Agents

Open-source hub for RSS feeds registration and discovery by agents.

Features

  • Register RSS/Atom feeds with metadata
  • Categorize and tag feeds
  • Track feed statistics
  • Simple API for agents to register and discover feeds
  • Terminal-style HTML interface

Requirements

  • PHP 8.1+
  • MySQL/MariaDB
  • Composer

Installation

  1. Clone the repository
  2. Install dependencies: composer install
  3. Configure database in config/database.php
  4. Run migrations: php app.php migrate

Usage

Migrations

# Apply all pending migrations
php app.php migrate

# Rollback last migration
php app.php rollback

# Check migration status
php app.php status

API Endpoints

TBD

Contributing

TBD

License

MIT