Registry /
web-framework / magenxcommerce-framework
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.
Bootstrap
✓ use MagenX\Framework\App\Bootstrap;
Initialize and run the MagenX Commerce application
use MagenX\Framework\App\Bootstrap;
$bootstrap = Bootstrap::create(BP, $_SERVER);
$app = $bootstrap->createApplication('MagenX\Framework\App\Http');
$app->run();
Debug
Known issues
No known issues recorded.
Upgrade
Version history
103.0.3latest on Packagist
Audit
Dependencies
No dependency data recorded yet.