Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Chargily/chargily-epay-sylius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.