holtbosse / alba
Basic developer oriented CMS system
3.36.0
2026-04-17 13:50 UTC
Requires
- php: >=8.4
- erusev/parsedown: ^1.7
- holtbosse/db: ^1.0
- holtbosse/form: ^1.3
- phpmailer/phpmailer: ^6.10 || ^7.0
- symfony/console: ^7.3 || ^8.0
- symfony/dotenv: ^7.3 || ^8.0
Requires (Dev)
- pestphp/pest: ^3.8 || ^4.0
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
This package is auto-updated.
Last update: 2026-06-18 18:39:54 UTC
README
A PHP/MySQL based Content Management System. Designed with developer flexibility in mind.
Requirements
- PHP 8.2 + (with mod_rewrite)
- MySQL/MariaDB 5.0+
Installation
- create project with composer
- require this package and install
- run
./vendor/bin/alba init - 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
