Download the PHP package flizpay/flizpay-for-shopware without Composer

On this page you can find all versions of the php package flizpay/flizpay-for-shopware. 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 flizpay-for-shopware

FLIZpay Payment Gateway for Shopware 6

Official FLIZpay payment plugin for Shopware 6.7+. Accept payments via FLIZpay and offer discount rewards to your customers.

Table of Contents

Features

Requirements

Installation

Via Composer (Recommended)

Manual Installation

  1. Download the plugin package
  2. Extract to custom/plugins/FlizpayForShopware
  3. Run the following commands:

Configuration

Step 1: Access Plugin Settings

  1. Log in to your Shopware Administration panel
  2. Navigate to Settings > Extensions > FLIZpay Payment

Step 2: Enter API Credentials

  1. Enter your API Key from your FLIZpay merchant dashboard
  2. The plugin will automatically validate your credentials

Step 3: Configure Webhook

  1. Copy the Webhook URL displayed in the settings
  2. Add this URL to your FLIZpay merchant dashboard
  3. Click Test Connection to verify the webhook is working
  4. The status indicator will turn green when configured correctly

Step 4: Enable Payment Method

  1. Navigate to Settings > Shop > Payment Methods
  2. Find "FLIZpay" in the list
  3. Enable the payment method for your desired sales channels

Webhook Setup

The webhook is essential for payment confirmation. FLIZpay sends payment status updates to your shop via webhook.

Webhook URL format:

Requirements:

Discount Feature

FLIZpay offers discount rewards to customers. The plugin can display discount information during checkout.

Discount Display Options

Configure in plugin settings:

How It Works

  1. Plugin fetches discount rates from FLIZpay API
  2. Discount amount is calculated based on order total
  3. Information is displayed to customer during checkout
  4. Actual discount is credited after successful payment

Testing

Test Checklist

Troubleshooting

Payment Method Not Visible

  1. Verify the payment method is enabled in Settings > Payment Methods
  2. Check that it's assigned to the correct sales channel
  3. Ensure API key is configured and webhook is active
  4. Clear the shop cache

Webhook Not Working

  1. Verify the webhook URL is correctly configured in FLIZpay dashboard
  2. Check that your server allows incoming POST requests
  3. Ensure SSL certificate is valid
  4. Check server logs for webhook errors

Payment Failed

  1. Check the order details in Shopware Administration
  2. Review logs in var/log/ for error details
  3. Verify customer was redirected back from FLIZpay
  4. Contact FLIZpay support with transaction ID

API Connection Issues

  1. Verify API key is correct
  2. Check network connectivity to FLIZpay servers
  3. Ensure no firewall is blocking outgoing requests
  4. Try the connection test in plugin settings

Logs

Plugin logs are written to Shopware's standard log location:

Look for entries containing "FLIZpay" or "flizpay" for plugin-specific logs.

Support

License

This plugin is licensed under the MIT License. See the LICENSE file for details.

Changelog

See CHANGELOG.md for version history and updates.


All versions of flizpay-for-shopware with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
shopware/core Version ~6.7.0
shopware/storefront Version *
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 flizpay/flizpay-for-shopware contains the following files

Loading the files please wait ...