kiboko/sylius-payzen-bundle

Payzen gateway for Sylius projects.

Installs: 1 914

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 6

Open Issues: 0

Type:symfony-bundle

v1.0.2 2023-12-14 08:11 UTC

This package is auto-updated.

Last update: 2024-04-22 09:38:59 UTC


README

Sylius PayZen bundle via Payum

Compatibility

  • Systempay
  • Scellius
  • CLIC&PAY
  • OSB
  • SogeCommerce

If the payment gateway you are using is not in this list, please open an issue or a pull request

Usage & install

  1. Install this bundle:
$ composer require kiboko/sylius-payzen-bundle
  1. Configure new payment method in Sylius Admin

Complementary documentation

Installation manuelle (old)

  • Copie le contenu de src dans src/Kiboko/Bundle/SyliusPayzenBundle

  • Déclarer le bundle dans config/bundles.php :

Kiboko\Bundle\SyliusPayzenBundle\KibokoSyliusPayzenBundle::class => ['all' => true],
  • Ajouter dans le fichier composer.json dans la partie psr-4 :
"Kiboko\\Bundle\\": "src/Kiboko/Bundle/",

Build archive

Install jq package.

Run make build

In your project, you can add the plugin with

    "repositories": {
        "payzen-integration": {
            "type": "package",
            "package": {
                "name": "kiboko/sylius-payzen-bundle",
                "version": "0.1.0",
                "dist": {
                    "url": "{PATH_TO_YOUR_ARCHIVE}/sylius-payzenbundle-0.1.0.tar",
                    "type": "tar"
                }
            }
        }
    }

And run composer require kiboko/sylius-payzen-bundle