holtbosse / alba
Basic developer oriented CMS system
3.2.0
2025-07-22 14:25 UTC
Requires
- erusev/parsedown: ^1.7
- holtbosse/db: ^1.0
- holtbosse/form: ^1.2
- phpmailer/phpmailer: ^6.10
- symfony/dotenv: ^7.3
Requires (Dev)
- phpstan/phpstan: ^2.1
- dev-master
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- dev-link_load_selected_text
- dev-search_with_special_chars
- dev-og_special_chars
- dev-404_saved_by_default
- dev-non_host_tied_multidomain_support
- dev-page_parent_picker_fixes
- dev-rich_editor_description
- dev-fix_repeatables
- dev-page_edit_current_widgets_to_overrides
- dev-page_widget_overrides_widget_warning
- dev-admin_show_pages_url_path
- dev-form_submission_installer
- dev-admin_redirects_fix
- dev-rich_editor_tel
- dev-update_biome_to_2
- dev-alba3
- dev-unify_tag_fields
- dev-tag_editing_improvements
- dev-fix_tags_and_repeatables
- dev-remove_og_seo_keywords
- dev-old_ancient_sql_content_ordering_fixes
- dev-forms_packge
- dev-slimselect_updates
- dev-content_user_list_pages_search_fields
- dev-cms_form_fields_form_attribute
- dev-user_tags_field_cms_forms
- 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-07-23 13:22:48 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
- 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