PHPackages                             moonspot/murmur - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. moonspot/murmur

ActiveProject

moonspot/murmur
===============

An open-source, self-hosted social media platform focused on ownership, simplicity, and meaningful interaction.

0.6.0(4mo ago)12BSD-3-ClausePHPPHP &gt;=8.1

Since Dec 19Pushed 2mo agoCompare

[ Source](https://github.com/brianlmoon/murmur)[ Packagist](https://packagist.org/packages/moonspot/murmur)[ RSS](/packages/moonspot-murmur/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (19)Used By (0)

Murmur
======

[](#murmur)

**A quiet place for meaningful conversation.**

Murmur is a self-hosted, open-source social platform designed for calm, intentional discourse. No algorithmic feeds. No engagement metrics. No federation complexity. Just you and your community.

Why Murmur?
-----------

[](#why-murmur)

Modern social platforms optimize for engagement, not connection. Murmur takes a different approach:

- **No algorithms** — Posts appear in chronological order. You see what you follow.
- **No metrics** — No follower leaderboards, no viral incentives. Like counts are shown, but who liked a post stays private.
- **No federation** — Your instance, your rules. Simple to run, simple to moderate.
- **Your data** — Self-hosted means you own everything. Export anytime.

Features
--------

[](#features)

- **Posts &amp; Replies** — Share thoughts with optional image and video attachments
- **Topics** — Organize conversations by category; follow topics that interest you
- **User Follows** — Build your own feed by following people you care about
- **Private Messaging** — One-to-one conversations between mutual follows
- **OAuth Authentication** — Sign in with Google, Facebook, or Apple
- **Multi-Language** — Full internationalization support with YAML translation files
- **Flexible Storage** — Local filesystem or S3-compatible cloud storage (Amazon S3, DigitalOcean Spaces, MinIO, Cloudflare R2)
- **Theming** — Customizable themes with CSS-only styling
- **Admin Controls** — User management, registration settings, approval workflows
- **Multi-Database** — MySQL, MariaDB, PostgreSQL, or SQLite

Quick Start
-----------

[](#quick-start)

```
# Install Murmur
composer create-project moonspot/murmur murmur
cd murmur

# Configure database
cp etc/config.ini.example etc/config.ini
# Edit etc/config.ini with your database settings

# Create database tables (SQLite example)
sqlite3 data/murmur.db
