chargily/epay-sylius

This package is abandoned and no longer maintained. The author suggests using the chargily/epay-sylius package instead.

Chargily plugin for Sylius.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 2

Open Issues: 0

Type:chargily-sylius-plugin

v1.0.2 2022-07-23 13:21 UTC

This package is auto-updated.

Last update: 2024-02-09 13:35:20 UTC


README

Sylius Plugin for Chargily ePay Gateway

Chargily ePay Gateway

Installation

  1. Via Composer (Recomended)
composer require chargily/epay-sylius
  1. Register the bundle, add this line at the end of the file config/bundles.php
Chargily\EpayPlugin\ChargilyEpayPlugin::class => ['all' => true],
  1. Import the services, Add the follow line in config/services.yml
imports:
    - { resource: "@ChargilyEpayPlugin/Resources/config/services.yml" }
  1. Import the routes, Add the follow line in config/routes/sylius_shop.yml
sylius_shop_chargily:
    resource: "@ChargilyEpayPlugin/Resources/config/shop_routing.yml"
  1. Clear the cache
php bin/console cache:clear

Configurations

Configurations Screenshot 1

Configurations Screenshot 2

This Plugin is to integrate ePayment gateway with Chargily easily.

  • Currently support payment by CIB / EDAHABIA cards and soon by Visa / Mastercard
  • This repo is recently created for Sylius Plugin, If you are a developer and want to collaborate to the development of this plugin, you are welcomed!

Contribution tips

  1. Make a fork of this repo.
  2. Take a tour to our API documentation here
  3. Get your API Key/Secret from ePay by Chargily dashboard for free.
  4. Start developing.
  5. Finished? Push and merge.