📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained v1.5.12

Magento2

salesfire/magento2

Integrates Salesfire, a service offering tools to increase sales through on-site methods. Requires a Salesfire account and configuration with a Site ID.

39,269
Downloads
Below average
0
GitHub Stars
9d ago
Last Release
2
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
181 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.5.12 on Magento 2.4.8-p3
Feb 2, 2026
v1.5.11 on Magento 2.4.8-p3
Jan 12, 2026
v1.5.9 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Magento2 Magento compatibility status badge

README

Loaded from GitHub

Magento 2.x Salesfire Module

Salesfire is a service that provides a number of tools that help to increase sales using various on site methods.

https://www.salesfire.co.uk/

Supported PHP versions: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1.

FAQs

Q: Do you offer a free trial?

A: Yes, we offer a free 14 day trial.

Q: Is there any additional costs?

A: Yes, we provide the software which helps increase sales for a fee which is tailored to your business. This is to provide you with the best ROI as possible.

You can find out more information and even get a free trial at https://www.salesfire.co.uk/

How to install

Method 1: Install via composer

composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Method 2: Manually install via composer

  1. Access to your server via SSH

  2. Create a folder (Not Magento root directory) in called: salesfire, then upload the zip package to salesfire folder. Download the zip package at https://github.com/salesfire/magento2/archive/master.zip

  3. Add the following snippet to composer.json

    {
        "repositories": [
            {
                "type": "artifact",
                "url": "path/to/root/directory/salesfire/"
            }
        ]
    }
  1. Run composer command line
composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

How to setup

After installing you will need to enter your Salesfire details by following the steps below:

  1. Navigate to the store configuration (Stores > Configuration)
  2. Navigate to the Salesfire settings (Salesfire > General)
  3. Populate the Site ID (This can be found within your Salesfire admin)
  4. Mark enabled as Yes
  5. Done

Testing

You can setup a test magento using the following script:

docker-compose up -d
docker exec -ti <magento web container> install-magento
docker exec -ti <magento web container> install-sampledata

Admin login details:

admin / magentorocks1

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.