Registry / web-framework / drupal-core

drupal-core

JSON →
library11.3.12phppackagistunverified

Drupal is an open source content management platform powering millions of websites and applications.

composer require drupal/core
INSTALL
IMPORT
SIG · DRUPAL-CORE
D
drupal-core
web-frameworkphpv11.3.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DrupalKernel
use Drupal\Core\DrupalKernel;

Bootstraps Drupal and handles an HTTP request.

use Drupal\Core\DrupalKernel; $kernel = DrupalKernel::createFromRequest($request, $class_loader, 'prod'); $response = $kernel->handle($request); $response->send(); $kernel->terminate($request, $response);
Debug
Known issues
breakingDrupal 11 requires PHP 8.3 or higher.
fix
Ensure your server runs PHP 8.3+ before upgrading.
affects: >=11.0.0
Upgrade
Version history
11.3.12latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
drupal-core — pip install drupal-core · libregistry