Registry / web-framework / drupal-drupal

drupal-drupal

JSON →
library11.3.12phppackagistunverified

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

composer require drupal/drupal
INSTALL
IMPORT
SIG · DRUPAL-DRUPAL
D
drupal-drupal
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 kernel and handles a request

use Drupal\Core\DrupalKernel; $autoloader = require_once 'autoload.php'; $kernel = DrupalKernel::createFromRequest($request, $autoloader, 'prod'); $response = $kernel->handle($request); $response->send(); $kernel->terminate($request, $response);
Debug
Known issues
breakingDrupal 11 requires PHP 8.3+ and drops many deprecated APIs from Drupal 9/10.
fix
Ensure your environment meets PHP 8.3+ and update custom code for removed hooks/APIs.
affects: >=11.0.0
Upgrade
Version history
11.3.12latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
drupal-drupal — pip install drupal-drupal · libregistry