PHP Package: drupal/core

Drupal core is the official package for Drupal websites, providing essential functionality and features for content management and web development.

Current Version: 11.2.0
Last Updated: Date not available
PHP Requirement: >=8.3.0
Dependencies: None

Package Description

Drupal core is the foundational software of the Drupal Content Management System, providing a robust and flexible platform for building websites. It includes essential modules, themes, and APIs for creating, managing, and customizing web content.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 11.2.0

Download Download v11.2.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/drupal/core/11.2.0/loader.php';


echo '✅ Library loaded.';
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.