Chargily / chargily-epay-sylius

Sylius Plugin for Chargily ePay Gateway

Home Page:https://dev.chargily.com/docs/#/epay-sylius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chargily-epay-sylius

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.