holtbosse / alba
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
Requires
- erusev/parsedown: ^1.7
- holtbosse/db: ^1.0
- holtbosse/form: ^1.3
- phpmailer/phpmailer: ^6.10 || ^7.0
- symfony/console: ^7.3
- symfony/dotenv: ^7.3
Requires (Dev)
- pestphp/pest: ^3.8 || ^4.0
- phpstan/phpstan: ^2.1
- dev-master
- 3.17.2
- 3.17.1
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.1
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- dev-rich_field_backtick_escape
- dev-dependabot/composer/pestphp/pest-4.1.4
- dev-htaccess_file_404_security
- dev-forms_export_use_dataexporter
- dev-remove_string_filters
- dev-replace_raw_getvar_filters
- dev-better_validation
- dev-custom_user_fields_list_admin
- dev-raw_get_and_post_hardening
- dev-image_api_params_hardening
- dev-migration_datastructures
- dev-console_commands
- dev-user_action_details_in_action_api
- dev-show_usernames_when_ids_on_mobile
- dev-cache_key_check
- dev-check_plugins_before_enabling
- dev-cms_admin_hook_before_cms_head_entries
- dev-widget_search_get
- dev-default_robots_txt_fiel
- dev-admin_content_mobile_rows_better
- dev-burn_content_versions
- dev-actually_working_content_versions
- dev-tag_custom_states
- dev-widget_bad_fields
- dev-dataexport
- dev-better_biome
- dev-nodetoolchain_tiptap
- dev-media_edit_alt_title_fix
- dev-message_func_type_defs
- dev-picker_ordered_js_css_formatting
- dev-pickerorderedrepeatable
- dev-dynamic_form_builder
- dev-more_terrible_figure_stuff
- dev-contentfrontendeditbutton
- dev-ci_boot_test
- dev-editor_image_paste_and_drop
- dev-cropper_css_repeatfix
- dev-form_builder
- dev-lexical_testing
- dev-postgresql_support
- dev-pest_php_forms
- dev-graphicaleditorprototype
- dev-repeatablecheckbox
- dev-pagedup
- dev-messagelinks
- dev-arrayofintfix
- dev-php_pest_testing
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.
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
