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

Integrate ignition error page https://github.com/spatie/ignition in OpenMage!

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

Installation

The module needs a new event mage_run_installed_exception to catch exceptions introduced in OpenMage 20.7.0.

Install composer package


Manually patch core files

If you want to manually patch you need to add new event in the file app/Mage.php

mage_run_installed_exception


Ignition Settings

In System/Advanced/Developer section

settings

  1. Enabled: Enable / Disable (enable)
  2. Default Editor: set default editor (clipboard)
  3. Default Theme: set default theme (auto)
  4. Save custom settings in session: Enable if you want custom settings foreach session, otherwise settings will be overrided (disabled)
  5. Enable AI Generated Solution: Enable AI Generated Solution by OpenAI (⚠️ Warning: there is no cache implemention yet, so all errors always call OpenAI api)
  6. OpenAI API Key: OpenAI Api Key used to generate solutions
  7. Enable Flare: Enable error tracking with Flare
  8. Flare API Key: Flare Api Key of project
  9. Anonymize IP: anonymize IP sended to Falre

Save settings in file .ignition.json is not supported yet, all new settings will be saved directly in system config or in session.


Screenshots

demo1 demo2 idemo3

flare


All versions of openmage_ignition with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
magento-hackathon/magento-composer-installer Version *
openmage/magento-lts Version ^20.7
spatie/ignition Version *
laravel/serializable-closure Version ^1.3
openai-php/client Version ^0.8.5
symfony/http-client Version ^7.0
nyholm/psr7 Version ^1.8
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 ....