Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

crm

53 sites Security covered
View on drupal.org

Drupal CRM is the modern community-first platform for building rich Drupal applications involving contacts and their relationships. Built on Drupal best practices, you'll wonder how you built without it!

Overview

Managing contacts, relationships, and complex organizational structures in Drupal often requires cobbling together various contributed modules or integrating external CRM systems. Contact Relationship Management (CRM) is the modern solution. Drupal CRM is built as a set of core-first extensions that fully adopt Drupal's entity architecture, configuration system, and development standards. Instead of relying on heavy integrations or legacy data models, Drupal CRM is designed to be lightweight, extensible, and ready to integrate seamlessly with the rest of the Drupal ecosystem. Whether you're managing contacts, memberships, households, or complex organizational structures, Drupal CRM brings modern best practices into a familiar Drupal workflow.

What does CRM stand for?

CRM often stands for Customer Relationship Management or Constituent Relationship Management. For Drupal CRM, we chose the name Contact Relationship Management because we are not focused on just customers or constituents, but rather any type of contact.

Community-Oriented 👥

Drupal CRM is taking a community-first approach to project development and maintenance.

By bringing many contributors into the fold early on and by promoting independent creation of CRM ecosystem components (i.e. please extend CRM in contrib!), the project can cater to diverse needs, avoid architectural pitfalls, avoid being controlled by a commercial enterprise, and thrive long-term.

The following projects are adopting and/or actively contributing to CRM:

Have a project to be added to this list? Please create an issue!

Try Drupal CRM

Install on an existing Drupal 11 site

composer require drupal/crm
drush en crm

Install with Simpsons demo content 👧

Install DDEV then run the following commands to demo locally:

mkdir mycrm && cd mycrm
ddev config --project-type=drupal --docroot=web --project-name=mycrm
ddev start
ddev composer create-project "drupal/recommended-project:^11"
ddev composer config minimum-stability beta
ddev composer require drupal/crm drush/drush
ddev drush site:install -y
ddev drush recipe modules/contrib/crm/recipes/crm_simpsons
ddev launch $(ddev drush uli)

Simplytest.me Demo

Try the latest 1.0.x (unstable)

What to Look For

After installing, you can quickly discover most of CRM's functionality at these paths:

  • /admin/config/crm
  • /admin/structure/crm
  • /admin/content/crm/contact

Architecture 🔧

These are highlights. Much more in the Developer Documentation.

Entity Types

Three content entity types: Contact, Contact Method, and Relationship.

Contact

Three Contact bundles (out of the box):

  • Person
  • Household
  • Organization
User Mapping

Map Drupal user accounts to Person Contacts, allowing site users to manage their own contact information. Optionally expose Person Contact fields on the user form for the mapped Contact.

Contact Method

Structured, fieldable contact information such as:

  • Address
  • Email
  • Telephone

Relationship

Maps one Contact to another Contact with a configurable, fieldable Relationship Type.

Example Relationship Types:

  • Head of household
  • Spouse
  • Employee
  • Member

Dependencies

Integration

  • Comment
  • Group
  • Navigation
  • Search

Documentation & Resources

Many of your questions can be answered by browsing the extensive Developer Documentation or the documentation page.

Drupal CRM Ecosystem

See projects that extend Drupal CRM.

Similar Projects

See Comparison of CRM modules.

News / Events / Mentions

How to Contribute

The Drupal CRM project is seeking contributors with diverse skill sets to help create the best Drupal-native CRM.

Drupal Slack

If you haven't already, join Drupal Slack, then find us in the
#crm channel where we collaborate on Drupal CRM issues.

Issue Queue

The best way to dive in is to find an issue in the issue queue and tackle it — be bold and take action!

Develop CRM using DDEV âš™

If you haven't already, install DDEV.

git clone [email protected]:project/crm.git
cd crm
ddev config --project-type=drupal --docroot=web --php-version=8.4 --corepack-enable --project-name=crm
ddev add-on get ddev/ddev-drupal-contrib
ddev add-on get ddev/ddev-selenium-standalone-chrome
ddev start
ddev poser
ddev symlink-project
ddev drush site:install -y
ddev drush pm:install crm -y
ddev drush config:export -y
ddev drush user:login
ddev drush recipe ../recipes/crm_simpsons

Upgrade Paths

We provide schema and configuration updates. While we strive to avoid breaking changes, they may occur in BETA releases. However, we are committed to providing upgrade paths between all beta, release candidate, and stable versions.

See the Release Candidate Plan.

Note: Drupal's security advisory policy only applies to stable releases.

Activity

Total releases
17
First release
Jun 2025
Latest release
3 weeks ago
Release cadence
18 days
Stability
0% stable

Release Timeline

Releases

Version Type Release date
1.0.0-beta7 Pre-release Mar 22, 2026
1.0.0-beta6 Pre-release Mar 8, 2026
1.0.0-beta5 Pre-release Feb 19, 2026
1.0.0-beta4 Pre-release Jan 26, 2026
1.0.0-beta3 Pre-release Jan 22, 2026
1.0.0-beta2 Pre-release Jan 19, 2026
1.0.0-beta1 Pre-release Jan 15, 2026
1.0.0-alpha10 Pre-release Dec 22, 2025
1.0.0-alpha9 Pre-release Dec 10, 2025
1.0.0-alpha8 Pre-release Nov 22, 2025
1.0.0-alpha7 Pre-release Nov 3, 2025
1.0.0-alpha6 Pre-release Oct 24, 2025
1.0.0-alpha5 Pre-release Aug 14, 2025
1.0.0-alpha4 Pre-release Jul 15, 2025
1.0.0-alpha3 Pre-release Jul 2, 2025
1.0.0-alpha2 Pre-release Jun 14, 2025
1.0.0-alpha1 Pre-release Jun 6, 2025