Basic developer oriented CMS system

Installs: 1 697

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 2

Open Issues: 47

pkg:composer/holtbosse/alba

3.17.2 2025-11-24 16:18 UTC

This package is auto-updated.

Last update: 2025-11-24 16:19:20 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