Download the PHP package empiricompany/openmage_ignition without Composer

On this page you can find all versions of the php package empiricompany/openmage_ignition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package openmage_ignition

OpenMage Spatie-Ignition Integration

Latest Version on Packagist Total Downloads

Easily integrate Spatie Ignition error pages into your OpenMage installation!

Thanks to @fballiano for the brilliant idea started here:
https://github.com/OpenMage/magento-lts/pull/3954


Requirements

This module requires the mage_run_installed_exception event, introduced in OpenMage 20.7.0, to properly catch unhandled exceptions.


Installation

Install via Composer


Manual Core Patch (before v20.7.0)

If you prefer to manually patch OpenMage, add the following event dispatch inside app/Mage.php:

mage_run_installed_exception

Alternatively, you can apply this patch directly via Composer:


Configuration

Navigate to System > Configuration > Advanced > Developer > Ignition Settings:

settings

Available settings:

  1. Enabled — Enable or disable Ignition (default: enabled).
  2. Default Editor — Set your preferred code editor (default: clipboard).
  3. Default Theme — Choose between light, dark, or auto (default: auto).
  4. Save Custom Settings in Session — Allow session-based overrides (default: disabled).
  5. Enable AI-Generated Solutions — Generate error solutions with OpenAI.

    Note: Requires installing the additional library:

    Reference commit

    ⚠️ Warning: Caching is not yet implemented — every error will trigger an OpenAI API call.

  6. OpenAI API Key — API key for OpenAI integration.
  7. Enable Flare — Enable error tracking with Flare.
  8. Flare API Key — API key for your Flare project.
  9. Anonymize IP — Anonymize user IP addresses sent to Flare.

Note:
Saving settings in .ignition.json is currently not supported — all settings are stored in the OpenMage system configuration or session.


Screenshots

Ignition Error Page Flare Integration
demo1 flare
demo2 demo3

🚀 Enjoy a better error handling experience in OpenMage!

Alt


All versions of openmage_ignition with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0 <8.5
composer-runtime-api Version ^2.0
magento-hackathon/magento-composer-installer Version *
spatie/ignition Version ^1.15.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package empiricompany/openmage_ignition contains the following files

Loading the files please wait ....