Registry / web-framework / flarum-core

flarum-core

JSON →
library1.8.17phppackagistunverified

Delightfully simple forum software.

composer require flarum/core
INSTALL
IMPORT
SIG · FLARUM-CORE
F
flarum-core
web-frameworkphpv1.8.17
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.

Application
✓ use Flarum\Foundation\Application;

Boot the Flarum application and handle an HTTP request.

use Flarum\Foundation\Application; $app = new Application('/path/to/flarum'); $app->boot(); $response = $app->handleRequest( \Zend\Diactoros\ServerRequestFactory::fromGlobals() ); \Zend\Diactoros\Response\SapiEmitter::emit($response);
Debug
Known issues
breakingRequires specific PHP extensions (e.g., ext-mbstring, ext-pdo_mysql).
fix
Ensure all required extensions are installed before deployment.
affects: *
Upgrade
Version history
1.8.17latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
flarum-core — pip install flarum-core · libregistry