Basic developer oriented CMS system

Maintainers

Package info

github.com/HoltBosse/Alba

pkg:composer/holtbosse/alba

Statistics

Installs: 3 218

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 38

3.30.0 2026-03-11 22:29 UTC

This package is auto-updated.

Last update: 2026-03-18 02:14:06 UTC


README

A PHP/MySQL based Content Management System. Designed with developer flexibility in mind.

image

Requirements

  • PHP 8.2 + (with mod_rewrite)
  • MySQL/MariaDB 5.0+

Installation

  1. create project with composer
  2. require this package and install
  3. run ./vendor/bin/alba init
  4. Follow prompts in terminal

That's it, now browse to /admin to start. See wiki for more info.

For dev work/testing

PHPSTAN test command

./vendor/bin/phpstan

Biomejs testing

see https://biomejs.dev/guides/manual-installation. install in your path and run biome lint