Download the PHP package manuxi/sulu-association-contact-bundle without Composer
On this page you can find all versions of the php package manuxi/sulu-association-contact-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manuxi/sulu-association-contact-bundle
More information about manuxi/sulu-association-contact-bundle
Files in manuxi/sulu-association-contact-bundle
Package sulu-association-contact-bundle
Short Description Sulu bundle for managing association/membership properties on contacts.
License MIT
Homepage https://github.com/manuxi/SuluAssociationContactBundle
Informations about the package sulu-association-contact-bundle
SuluAssociationContactBundle!
🇩🇪 Deutsche Version
The SuluAssociationContactBundle extends Sulu CMS with association and membership management for contacts.
It adds an extra tab to the contact edit form in the Sulu admin with fields like member status, membership dates, display preferences and more.
Features
Membership Management
- Member Status - 11 configurable statuses: active, passive, honorary, supporting, founding, youth, board, probationary, external, dormant, guest
- Display Control - Configure if and how members appear on the website (no display, first name only, full name)
- Dates - Member-since date, suspended-since date
- Notes - Rich text notes on membership
Additional Data
- Name Additions - Prefix and suffix for member names
- Annotations & Motivation - Rich text fields for personal notes
- Deceased Tracking - Mark deceased members with date
Settings
- Toggle Controls - Header, hero and breadcrumb display toggles
- Page References - Configurable overview pages per member status for breadcrumbs
Integration
- Sulu Admin Tab - Seamless integration into the contact edit form
- Admin List Columns - Member status, dates and display type searchable and filterable in the contact list
- Activity Logging - Contact data changes tracked via Sulu's activity system
- Twig Extensions - Access member status and settings in templates
Prerequisites
- PHP 8.2 or higher
- Sulu CMS 3.0 or higher
- Symfony 7.0 or higher
Installation
Step 1: Install the package
If you are not using Symfony Flex, add the bundle to config/bundles.php:
Step 2: Configure routes
Add to config/routes/sulu_association_contact_admin.yaml:
Step 3: Update the database
Make sure you only process this bundle's schema updates!
Step 4: Grant permissions
- Go to Sulu Admin > Settings > User Roles
- Find the appropriate role
- Enable permissions for "Contacts / settings"
- Reload the page
Documentation
- Settings - Configuration options
- Website Controller - Example controller and templates for the frontend
Configuration
No additional configuration required. The bundle registers all necessary services, forms and routes automatically.
Contributing
Contributions are welcome! Please create issues or pull requests.
License
This bundle is licensed under the MIT License. See LICENSE.
Credits
Created and maintained by manuxi.
Thanks to the Sulu team for the great CMS and fantastic support!
All versions of sulu-association-contact-bundle with dependencies
sulu/sulu Version ^3.0
symfony/config Version ^7.0
symfony/dependency-injection Version ^7.0
symfony/framework-bundle Version ^7.0
symfony/http-foundation Version ^7.0
symfony/http-kernel Version ^7.0
symfony/translation Version ^7.0
symfony/security-core Version ^7.0