Lamb — Literally Another Micro Blog.

Barrier free super simple blogging, self-hosted. Read about the features.
Requirements
- PHP 8.2 – 8.5
- SQLite3, gettext, simplexml, mbstring extensions
Getting started
# Checkout project - release branch is stable
git clone --branch release https://github.com/svandragt/lamb.git
cd lamb
Lamb can be run locally with the builtin PHP webserver, or with other tooling.
Deployment options
Webservers:
Containers:
Devtools / local environments / sandbox:
- DDev local environments wrapper around Docker. Convenient.
- Devbox portable, isolated, developer environments. Tidy.
- Local PHP setup DIY. Control.