holtbosse / alba
Basic developer oriented CMS system
3.7.0
2025-09-05 13:28 UTC
Requires
- erusev/parsedown: ^1.7
- holtbosse/db: ^1.0
- holtbosse/form: ^1.3
- phpmailer/phpmailer: ^6.10
- symfony/dotenv: ^7.3
Requires (Dev)
- pestphp/pest: ^3.8
- phpstan/phpstan: ^2.1
- dev-master
- 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-dependabot/composer/pestphp/pest-4.1.0
- dev-dependabot/composer/phpstan/phpstan-2.1.23
- dev-sqlselector
- dev-light_theme_darkmode
- dev-image_field_white_images_light_mode
- dev-dependabot/composer/pestphp/pest-4.0.4
- dev-content_cap_tag_height
- dev-content_long_tags
- dev-form_fields_valid
- dev-custom_user_states_in_edit_page
- dev-terrible_rich_editor_figure_element_support
- dev-more_terrible_figure_stuff
- dev-rich_editor_image_drop
- dev-rich_editor_details
- dev-tiptap_v3
- dev-out_of_bounds_ids
- dev-center_content_listing
- dev-biome_local_and_copilot
- dev-more_user_methods_from_template_login
- dev-contentfrontendeditbutton
- dev-message_type_construct
- dev-messages_class_refactoring_and_testing
- dev-on_login_password_reset
- dev-login_refactoring
- dev-ci_boot_test
- dev-form_fields_loading_unit_test
- dev-slimselect_page_edit_parent_page_selector
- dev-extend_form_class
- dev-admin_list_fields_fix
- dev-test22222branch
- dev-composer_lock_in_repo
- dev-rich_editor_save_on_paste
- dev-mobile_friendly_alba
- dev-image_picker_long_text
- dev-image_positioning_field
- 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-09-11 13:06:11 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